This commit is contained in:
dokkillo
2015-08-19 21:57:41 +02:00
parent 2ab2604da6
commit 2cae7c641d

View File

@ -314,7 +314,7 @@
],
"tests": [
"assert($(\".btn-default\").length === 0, 'Remove the <code>btn-default</code> class from all of your <code>button</code> elements.')",
"assert(editor.match(/btn btn-default/g), 'Only use jQuery to add these classes to the element.')"
"assert(editor.match(/btn btn-default/g), 'Only use jQuery to remove this class from the element.')"
],
"challengeSeed": [
"fccss",