Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "sift", | ||
"description": "mongodb query style array filtering", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"repository": {}, | ||
@@ -6,0 +6,0 @@ "engines": {}, |
@@ -271,3 +271,3 @@ /* | ||
$all: function(a, b) { | ||
b = b || (b = []) | ||
for(var i = a.length; i--;) { | ||
@@ -274,0 +274,0 @@ var a1 = a[i]; |
48322
1296