mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user