Skip to content

Commit

Permalink
update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoguerra committed Mar 19, 2012
1 parent 3bc1971 commit bfb921e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jquery.lego.requirejs.js
Expand Up @@ -216,7 +216,7 @@ break;
case 9: this.$ = [].concat($$[$0]);
break;
case 10:
var i, items = []; size = parseInt($$[$0], 10), obj;
var i, items = [], size = parseInt($$[$0], 10), obj;

for (i = 0; i < size; i += 1) {
obj = JSON.parse(JSON.stringify($$[$0-2]));
Expand Down
2 changes: 1 addition & 1 deletion jquery.lego.web.js
Expand Up @@ -216,7 +216,7 @@ break;
case 9: this.$ = [].concat($$[$0]);
break;
case 10:
var i, items = []; size = parseInt($$[$0], 10), obj;
var i, items = [], size = parseInt($$[$0], 10), obj;

for (i = 0; i < size; i += 1) {
obj = JSON.parse(JSON.stringify($$[$0-2]));
Expand Down

0 comments on commit bfb921e

Please sign in to comment.