mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
missing args default to falsey, so dump them
This commit is contained in:
@@ -24,11 +24,9 @@ class Window
|
||||
|
||||
el.addEventListener 'DOMNodeInsertedIntoDocument', ->
|
||||
Editor.resize()
|
||||
, false
|
||||
|
||||
el.addEventListener 'DOMNodeRemovedFromDocument', ->
|
||||
Editor.resize()
|
||||
, false
|
||||
|
||||
switch position
|
||||
when 'top', 'main'
|
||||
|
||||
Reference in New Issue
Block a user