Add serialization version to image and archive edit sessions

This commit is contained in:
Kevin Sawicki
2013-07-15 15:08:47 -07:00
parent 3d6fb85152
commit 5bb45d4684
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ File = require 'file'
module.exports=
class ArchiveEditSession
registerDeserializer(this)
@version: 1
@activate: ->
Project = require 'project'

View File

@@ -8,6 +8,7 @@ _ = require 'underscore'
module.exports=
class ImageEditSession
registerDeserializer(this)
@version: 1
@activate: ->
# Files with these extensions will be opened as images