Comparing version 1.0.2 to 1.0.3
@@ -5,3 +5,3 @@ { | ||
"author": "James Barton <james@neodon.com>", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "Artistic-2.0", | ||
@@ -8,0 +8,0 @@ "homepage": "https://github.com/neodon/et-al", |
@@ -28,5 +28,5 @@ # et-al | ||
for (model in models) { | ||
models.forEach(function(model) { | ||
// do something with it | ||
} | ||
}); | ||
``` | ||
@@ -33,0 +33,0 @@ |
10488