diff options
Diffstat (limited to 'js/controllers/undo-controller.js')
-rwxr-xr-x | js/controllers/undo-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/undo-controller.js b/js/controllers/undo-controller.js index 011e215c..3b7f7858 100755 --- a/js/controllers/undo-controller.js +++ b/js/controllers/undo-controller.js | |||
@@ -133,7 +133,7 @@ exports.UndoController = Montage.create( Component, { | |||
133 | return !!this.redoQueue.length; | 133 | return !!this.redoQueue.length; |
134 | } | 134 | } |
135 | }, | 135 | }, |
136 | 136 | ||
137 | 137 | ||
138 | deserializedFromTemplate: { | 138 | deserializedFromTemplate: { |
139 | value: function(){ | 139 | value: function(){ |