Flow fixes

This commit is contained in:
2014-05-28 16:29:03 +02:00
parent e9554ea3e7
commit 8faf5f3c0a
9 changed files with 63 additions and 8 deletions
@@ -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