Merge branch 'staging' into feature/certificates

This commit is contained in:
Quincy Larson
2015-10-05 16:30:01 -07:00

View File

@ -103,7 +103,7 @@
"assert(typeof(myBike.addUnit) === 'undefined', 'message: <code>myBike.addUnit</code> should remain undefined.');"
],
"challengeSeed":[
"//Let's create an object with a two functions. One attached as a property and one not.",
"//Let's create an object with two functions. One attached as a property and one not.",
"var Car = function() {",
" this.gear = 1;",
" function addStyle(styleMe){",