Commit d34928ca authored by Phil Hughes's avatar Phil Hughes

remove period from function call

parent 09dc9bd5
...@@ -51,7 +51,7 @@ class @Project ...@@ -51,7 +51,7 @@ class @Project
$(@).parents('ul').find('li.active').removeClass 'active' $(@).parents('ul').find('li.active').removeClass 'active'
$(@).parent().addClass 'active' $(@).parent().addClass 'active'
@._projectSelectDropdown() @_projectSelectDropdown()
_projectSelectDropdown: -> _projectSelectDropdown: ->
new ProjectSelect() new ProjectSelect()
......
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