Commit ad7ec744 authored by Phil Hughes's avatar Phil Hughes

removed private method naming

parent d34928ca
...@@ -51,9 +51,9 @@ class @Project ...@@ -51,9 +51,9 @@ 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()
$('.project-item-select').on 'click', -> $('.project-item-select').on 'click', ->
......
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