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

Pass options to UserTabs

parent ef9b78c1
class @User class @User
constructor: -> constructor: (@opts) ->
$('.profile-groups-avatars').tooltip("placement": "top") $('.profile-groups-avatars').tooltip("placement": "top")
new ProjectsList() new ProjectsList()
...@@ -12,4 +12,4 @@ class @User ...@@ -12,4 +12,4 @@ class @User
e.preventDefault() e.preventDefault()
initTabs: -> 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