🎨 Tidy up pane container resize element spec

This commit is contained in:
Max Brunsfeld
2015-04-15 14:09:11 -07:00
parent 1c67912ab6
commit e4984d68cc
2 changed files with 82 additions and 56 deletions

View File

@@ -12,7 +12,7 @@ class PaneAxis extends Model
container: null
orientation: null
constructor: ({@container, @orientation, children, flexScale}) ->
constructor: ({@container, @orientation, children, flexScale}={}) ->
@emitter = new Emitter
@subscriptionsByChild = new WeakMap
@subscriptions = new CompositeDisposable