summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <a.sumaran@gmail.com>2017-03-30 01:39:10 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2017-04-10 16:07:14 -0500
commit3b8d74abc9d7e1f06385889f81260b36a9c08073 (patch)
tree0b47bb4751f5f48884e2d9241d586d871a404e49
parent3af781aea9832b216f3df3fcde681e8e998d07f4 (diff)
downloadgitlab-ce-29219-remove-iifes-a.tar.gz
Fix global object assignment29219-remove-iifes-a
-rw-r--r--app/assets/javascripts/u2f/authenticate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/u2f/authenticate.js b/app/assets/javascripts/u2f/authenticate.js
index 2d8cfc56c03..fe213983ca0 100644
--- a/app/assets/javascripts/u2f/authenticate.js
+++ b/app/assets/javascripts/u2f/authenticate.js
@@ -111,4 +111,4 @@ U2FAuthenticate.prototype.switchToFallbackUI = function() {
this.fallbackUI.classList.remove('hidden');
};
-global.gl.U2FAuthenticate = U2FAuthenticate;
+global.U2FAuthenticate = U2FAuthenticate;