mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fix grunt test, declare i
This commit is contained in:
@@ -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 ){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user