From 32c41479ccc6433dd4ede4e471d1e4f331251bff Mon Sep 17 00:00:00 2001 From: Tobias Beer Date: Mon, 26 Jan 2015 18:58:08 +0100 Subject: [PATCH] using variable declaration for readability --- core/modules/filters/each.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/filters/each.js b/core/modules/filters/each.js index c60447446..a1e233a94 100644 --- a/core/modules/filters/each.js +++ b/core/modules/filters/each.js @@ -48,4 +48,4 @@ exports.each = function(source,operator,options) { return results; }; -})(); +})(); \ No newline at end of file