Bump serialization version on WorkspaceView

Since we've replaced views with models, the 'PaneContainer' deserializer
now loads a model instead of a view, which isn't what we want at this
layer.
This commit is contained in:
Nathan Sobo
2014-01-13 16:57:17 -07:00
parent 12bf0f5381
commit 159adcb00c

View File

@@ -41,7 +41,7 @@ class WorkspaceView extends View
Serializable.includeInto(this)
atom.deserializers.add(this, PaneView, PaneRowView, PaneColumnView, EditorView)
@version: 2
@version: 3
@configDefaults:
ignoredNames: [".git", ".svn", ".DS_Store"]