second commit, forgot to add file that needed changing

pull/10402/head
Omar 2016-08-30 17:23:24 -04:00
parent 73ae1b1fe3
commit 054fe91b08
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@
],
"tests": [
"assert($(\"button\").hasClass(\"animated\") && $(\"button\").hasClass(\"bounce\"), 'message: Use the jQuery <code>addClass&#40&#41</code> function to give the classes <code>animated</code> and <code>bounce</code> to your <code>button</code> elements.');",
"assert(!code.match(/class.*animated/g), 'message: Only use jQuery to add these classes to the element.');"
"assert(!code.match(/class.*animated/g), 'message: Only use jQuery to add these classes to the element.');",
"assert(/'/g.test(code) === false , 'message: Only use double quotes in your jQuery code, as is stated in the jQuery style guide.');"
],
"type": "waypoint",
"challengeType": 0,