Flow fixes
This commit is contained in:
@@ -30,9 +30,6 @@ Qsupplier.App.SectionTableView = Ember.View.extend DragNDrop.Draggable,
|
||||
placeInSection: ->
|
||||
@$el.css 'left', @offsetX()
|
||||
@$el.css 'top', @offsetY()
|
||||
didInsertElement: ->
|
||||
@$el = $ @get('element')
|
||||
#@placeInSection()
|
||||
positionChange: (position)->
|
||||
#@$el.css 'left', position.left
|
||||
#@$el.css 'top', position.top
|
||||
|
||||
Reference in New Issue
Block a user