Removed not needed method.
This commit is contained in:
parent
2e36e132ff
commit
2ac3d41fe5
1 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
||||||
$.fn.item = (genericObject) ->
|
|
||||||
elementID = $(@).data('id')
|
|
||||||
elementID or= $(@).parents('[data-id]').data('id')
|
|
||||||
genericObject.find(elementID)
|
|
||||||
|
|
||||||
class App.ControllerGenericNew extends App.ControllerModal
|
class App.ControllerGenericNew extends App.ControllerModal
|
||||||
constructor: (params) ->
|
constructor: (params) ->
|
||||||
super
|
super
|
||||||
|
|
Loading…
Reference in a new issue