summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/user.js.es6
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-09-08 14:26:43 +0200
committerBryce Johnson <bryce@gitlab.com>2016-10-05 11:25:00 +0200
commitcfb03b3d06a3dbd16c6e193a128bb737a0a327fd (patch)
tree74c4298e8ccc356e0cf1ff3373c16801f19b099b /app/assets/javascripts/user.js.es6
parent2dc40f3c8061951624c1e922661311af650f2ef2 (diff)
downloadgitlab-ce-cfb03b3d06a3dbd16c6e193a128bb737a0a327fd.tar.gz
Refactor UserTabs to ES6.
Diffstat (limited to 'app/assets/javascripts/user.js.es6')
-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 6889d3a7491..c5893745d74 100644
--- a/app/assets/javascripts/user.js.es6
+++ b/app/assets/javascripts/user.js.es6
@@ -14,7 +14,7 @@
}
initTabs() {
- return new UserTabs({
+ return new global.UserTabs({
parentEl: '.user-profile',
action: this.opts.action
});