src/core/query.js in entityjs-0.3.1 vs src/core/query.js in entityjs-0.3.2

- old
+ new

@@ -165,10 +165,10 @@ p.each = function(m){ var l = this.length, i = -1, e; while(++i < l && (e = this[i]) && m.call(e, i, l) !== false); - return this; + return this; } /* The map method allows multidimensional loops. \ No newline at end of file