Skip to content
Snippets Groups Projects
Commit 8c90b6ec authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Pass options to UserTabs

parent ef9b78c1
Branches
Tags
No related merge requests found
class @User class @User
constructor: -> constructor: (@opts) ->
$('.profile-groups-avatars').tooltip("placement": "top") $('.profile-groups-avatars').tooltip("placement": "top")
new ProjectsList() new ProjectsList()
   
Loading
@@ -12,4 +12,4 @@ class @User
Loading
@@ -12,4 +12,4 @@ class @User
e.preventDefault() e.preventDefault()
   
initTabs: -> initTabs: ->
new UserTabs() new UserTabs(@opts)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment