diff options
author | Kruti Shah | 2012-06-12 13:09:11 -0700 |
---|---|---|
committer | Kruti Shah | 2012-06-12 13:09:11 -0700 |
commit | d648c842905c7c53e0f89b943982493d2b79f56e (patch) | |
tree | eb5585f92061975215f6d19305a8d1b76262e2fc /js/panels/Timeline/Style.reel/Style.js | |
parent | bedb38e14887b29eae3cdf1c8d435259c920257c (diff) | |
parent | cf3b96822665751dae7a64644db3cb3960733c3d (diff) | |
download | ninja-d648c842905c7c53e0f89b943982493d2b79f56e.tar.gz |
Merge branch 'refs/heads/TimelineUberjd' into TimelineUber
Conflicts:
js/controllers/elements/element-controller.js
js/document/_toDelete/html-document.js
js/panels/Timeline/Layer.reel/Layer.js
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Style.reel/Style.js')
-rw-r--r-- | js/panels/Timeline/Style.reel/Style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/Style.reel/Style.js b/js/panels/Timeline/Style.reel/Style.js index 37f970c0..bb10f30f 100644 --- a/js/panels/Timeline/Style.reel/Style.js +++ b/js/panels/Timeline/Style.reel/Style.js | |||
@@ -37,7 +37,7 @@ var LayerStyle = exports.LayerStyle = Montage.create(Component, { | |||
37 | return this._isSelected; | 37 | return this._isSelected; |
38 | }, | 38 | }, |
39 | set: function(newVal) { | 39 | set: function(newVal) { |
40 | console.log("Style["+this.styleID+"].isSelected.set ", newVal) | 40 | |
41 | if (newVal !== this._isSelected) { | 41 | if (newVal !== this._isSelected) { |
42 | this._isSelected = newVal; | 42 | this._isSelected = newVal; |
43 | this.needsDraw = true; | 43 | this.needsDraw = true; |