summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2016-08-07 17:44:01 -0600
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-17 15:41:32 +0100
commitf05fc0f60ba9b1625577d95dc2340c6398afb0cd (patch)
tree1f7c2175d7bbc85a42cda59264072741abc03a56
parentf745402ce16cb2770f17018cdc2edd6e9ae8e088 (diff)
downloadgitlab-ce-f05fc0f60ba9b1625577d95dc2340c6398afb0cd.tar.gz
window.gl || window.gl = {} - seeing if rspec9/spinach6/spinach9 will pass
-rw-r--r--app/assets/javascripts/user.js.es62
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/user.js.es6 b/app/assets/javascripts/user.js.es6
index e180e41e4ba..7e699df84ca 100644
--- a/app/assets/javascripts/user.js.es6
+++ b/app/assets/javascripts/user.js.es6
@@ -26,4 +26,4 @@
}
global.User = User;
-})(window.gl); \ No newline at end of file
+})(window.gl || (window.gl = {})); \ No newline at end of file