summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/utils.js2
1 files changed, 1 insertions, 1 deletions
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
// <http://www.gnu.org/licenses/>.
-var guix = guix || {};
+var guix = {};
guix.chunk = function(array, size) {
return array.reduce(function(memo, value, i) {