Commit 8c90b6ec authored by Alfredo Sumaran's avatar Alfredo Sumaran

Pass options to UserTabs

parent ef9b78c1
class @User
constructor: ->
constructor: (@opts) ->
$('.profile-groups-avatars').tooltip("placement": "top")
new ProjectsList()
......@@ -12,4 +12,4 @@ class @User
e.preventDefault()
initTabs: ->
new UserTabs()
new UserTabs(@opts)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment