Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimard committed Nov 1, 2010
1 parent 8d7709e commit ac6a5ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jskata.nofreeze.js
Expand Up @@ -78,6 +78,7 @@
// If it's an array
// taken from jQuery
if (Object.prototype.toString.call(obj) == "[object Array]") {
j = "";
i = 0;
return this.forloop(
function() { return i < obj.length; },
Expand Down

0 comments on commit ac6a5ac

Please sign in to comment.