aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Style.reel/Style.js
diff options
context:
space:
mode:
authorJonathan Duran2012-06-05 08:48:27 -0700
committerJonathan Duran2012-06-05 08:48:27 -0700
commit28aa692271bfe17cc2b7b1ce7716b99c04f1ab57 (patch)
tree7c63aa155817a103d83d6441ca37163639a9488b /js/panels/Timeline/Style.reel/Style.js
parentbd2c28100f347afc10243c80b8a288746370eee2 (diff)
parent4338d57eed565f723bfb7cbcefca65836b68953b (diff)
downloadninja-28aa692271bfe17cc2b7b1ce7716b99c04f1ab57.tar.gz
Merge branch 'refs/heads/timeline-local' into TimelineUber
Diffstat (limited to 'js/panels/Timeline/Style.reel/Style.js')
-rw-r--r--js/panels/Timeline/Style.reel/Style.js2
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 d712f2bd..5c1c9eeb 100644
--- a/js/panels/Timeline/Style.reel/Style.js
+++ b/js/panels/Timeline/Style.reel/Style.js
@@ -35,7 +35,7 @@ var LayerStyle = exports.LayerStyle = Montage.create(Component, {
35 return this._isSelected; 35 return this._isSelected;
36 }, 36 },
37 set: function(newVal) { 37 set: function(newVal) {
38 console.log("Style["+this.styleID+"].isSelected.set ", newVal) 38
39 if (newVal !== this._isSelected) { 39 if (newVal !== this._isSelected) {
40 this._isSelected = newVal; 40 this._isSelected = newVal;
41 this.needsDraw = true; 41 this.needsDraw = true;