Commit 7e5b87bb 7e5b87bb79aff0fbd14df9ed9c5a9f9afb596533 by Nicolas Perriault

formatting

1 parent 6ccc2c20
......@@ -244,7 +244,6 @@
self.log("each() only works with arrays", "error");
return this;
}
(function(self) {
array.forEach(function(item, i) {
fn(self, item, i);
......