mirror of
https://github.com/atom/atom.git
synced 2026-02-01 10:14:58 -05:00
Add serialization version to image and archive edit sessions
This commit is contained in:
@@ -7,6 +7,7 @@ File = require 'file'
|
||||
module.exports=
|
||||
class ArchiveEditSession
|
||||
registerDeserializer(this)
|
||||
@version: 1
|
||||
|
||||
@activate: ->
|
||||
Project = require 'project'
|
||||
|
||||
@@ -8,6 +8,7 @@ _ = require 'underscore'
|
||||
module.exports=
|
||||
class ImageEditSession
|
||||
registerDeserializer(this)
|
||||
@version: 1
|
||||
|
||||
@activate: ->
|
||||
# Files with these extensions will be opened as images
|
||||
|
||||
Reference in New Issue
Block a user