From 02251331ae3c67a31624ed84460444914b688a3e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 15 Oct 2014 20:37:35 -0400 Subject: js: utils file initializes guix namespace with certainty. * js/utils.js (guix): Don't check for existing value (there isn't one). --- js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/utils.js') diff --git a/js/utils.js b/js/utils.js index 6ca5663..b3e4768 100644 --- a/js/utils.js +++ b/js/utils.js @@ -15,7 +15,7 @@ // License along with this program. If not, see // . -var guix = guix || {}; +var guix = {}; guix.chunk = function(array, size) { return array.reduce(function(memo, value, i) { -- cgit v1.2.3