mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Remove atom environment state instance variable
This commit is contained in:
parent
c9012a2288
commit
9cec10d9c0
@ -125,7 +125,6 @@ class AtomEnvironment extends Model
|
||||
@document.addEventListener('mousedown', debouncedSaveState, true)
|
||||
@document.addEventListener('keydown', debouncedSaveState, true)
|
||||
|
||||
@state = {version: @constructor.version}
|
||||
|
||||
@loadTime = null
|
||||
{devMode, safeMode, resourcePath} = @getLoadSettings()
|
||||
|
Loading…
Reference in New Issue
Block a user