mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 23:26:25 +03:00
Shim window.restoreDimensions to atom
This commit is contained in:
parent
8150263f52
commit
f56758acd2
@ -108,6 +108,8 @@ window.getDimensions = -> atom.getDimensions()
|
||||
|
||||
window.setDimensions = (args...) -> atom.setDimensions(args...)
|
||||
|
||||
window.restoreDimensions = (args...) -> atom.restoreDimensions(args...)
|
||||
|
||||
window.onerror = ->
|
||||
atom.openDevTools()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user