From 6403ec6d21048c93138ddcbcc59fc4677121ed5e Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 19 Jul 2012 15:53:54 -0700 Subject: Timeline: updated livePreview to timeline play. Hide canvas and draw red outline - Changed the play button to a toggle button - livePreview code in stage activated via bindings - Draw a red outline of the canvas when in play Signed-off-by: Valerio Virgillito --- js/models/app-model.js | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'js/models/app-model.js') diff --git a/js/models/app-model.js b/js/models/app-model.js index 52e298a5..1351921b 100755 --- a/js/models/app-model.js +++ b/js/models/app-model.js @@ -34,19 +34,6 @@ var Montage = require("montage/core/core").Montage, exports.AppModel = Montage.create(Component, { - _livePreview: { - value: false - }, - - livePreview: { - get: function() { - return this._livePreview; - }, - set: function(value) { - this._livePreview = value; - } - }, - _layoutView: { value: "layoutAll" }, -- cgit v1.2.3