Skip to content

Commit

Permalink
Removed unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed May 5, 2010
1 parent ab49a0b commit 97bd115
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/JSLINQ.js
Expand Up @@ -20,7 +20,6 @@

ToArray: function() { return this.items; },
Where: function(clause) {
var item;
var newArray = new Array();

// The clause was passed in as a Method that return a Boolean
Expand All @@ -32,7 +31,6 @@
return new JSLINQ(newArray);
},
Select: function(clause) {
var item;
var newArray = new Array();

// The clause was passed in as a Method that returns a Value
Expand Down

0 comments on commit 97bd115

Please sign in to comment.