Merge pull request #1508 from flota113/flota113-1502

Small Fix of Bootstrap waypoint challenge - Issue 1502
pull/1625/head
Berkeley Martinez 2015-08-04 12:35:08 -07:00
commit c9e0184387
1 changed files with 1 additions and 1 deletions

View File

@ -1743,7 +1743,7 @@
],
"tests": [
"assert($('.btn').length > 5, 'Apply the \"btn\" class to each of your <code>button</code> elements.')",
"assert($('.btn').length > 5, 'Apply the \"btn-default\" class to each of your <code>button</code> elements.')"
"assert($('.btn-default').length > 5, 'Apply the \"btn-default\" class to each of your <code>button</code> elements.')"
],
"challengeSeed": [
"<div class='container-fluid'>",