Fix grunt test, declare i

This commit is contained in:
Josh Schmidt
2014-01-27 09:47:01 -07:00
parent d5b2c2760c
commit c425541e0d

View File

@@ -50,7 +50,7 @@ tree.Selector.prototype = {
return olen; // return number of matched elements
},
CacheElements: function(){
var css = '', len, v;
var css = '', len, v, i;
if( !this._elements ){