updated octopress.js from latest

This commit is contained in:
Brandon Mathis 2012-06-08 14:35:00 -05:00
parent 4b3000f8a2
commit bc3553e4f7

View File

@ -67,7 +67,7 @@ var octopress = (function(){
}
getClass = function (test) {
return ((Modernizr.testAllProps(test) ? test : "no-"+features[i]).toLowerCase())
return ((Modernizr.testAllProps(test) ? test : "no-"+test).toLowerCase())
}
$('html').addClass(getTestClasses(features));