mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use constructor.name instead of hard-coded string
This commit is contained in:
@@ -58,7 +58,7 @@ class EditSession
|
||||
@id = guid.create().toString()
|
||||
displayBuffer ?= new DisplayBuffer({buffer, tabLength})
|
||||
@state = site.createDocument
|
||||
deserializer: 'EditSession'
|
||||
deserializer: @constructor.name
|
||||
version: @constructor.version
|
||||
id: @id
|
||||
bufferId: buffer.id
|
||||
|
||||
Reference in New Issue
Block a user