aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/Layer.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.js')
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.js b/js/panels/Timeline/Layer.reel/Layer.js
index 5287ce28..238ddae9 100644
--- a/js/panels/Timeline/Layer.reel/Layer.js
+++ b/js/panels/Timeline/Layer.reel/Layer.js
@@ -318,7 +318,6 @@ var Layer = exports.Layer = Montage.create(Component, {
318 this.log('layer.js: isMainCollapsed: ' + newVal); 318 this.log('layer.js: isMainCollapsed: ' + newVal);
319 this._isMainCollapsed = newVal; 319 this._isMainCollapsed = newVal;
320 this.layerData.isMainCollapsed = newVal; 320 this.layerData.isMainCollapsed = newVal;
321 // this.triggerOutgoingBinding();
322 } 321 }
323 } 322 }
324 }, 323 },
@@ -336,8 +335,6 @@ var Layer = exports.Layer = Montage.create(Component, {
336 if (newVal !== this._isTransformCollapsed) { 335 if (newVal !== this._isTransformCollapsed) {
337 this._isTransformCollapsed = newVal; 336 this._isTransformCollapsed = newVal;
338 this.layerData.isTransformCollapsed = newVal; 337 this.layerData.isTransformCollapsed = newVal;
339 this.triggerOutgoingBinding();
340 //this.needsDraw = true;
341 } 338 }
342 } 339 }
343 }, 340 },
@@ -355,8 +352,6 @@ var Layer = exports.Layer = Montage.create(Component, {
355 if (newVal !== this._isPositionCollapsed) { 352 if (newVal !== this._isPositionCollapsed) {
356 this._isPositionCollapsed = newVal; 353 this._isPositionCollapsed = newVal;
357 this.layerData.isPositionCollapsed = newVal; 354 this.layerData.isPositionCollapsed = newVal;
358 this.triggerOutgoingBinding();
359 //this.needsDraw = true;
360 } 355 }
361 } 356 }
362 }, 357 },
@@ -374,8 +369,6 @@ var Layer = exports.Layer = Montage.create(Component, {
374 if (newVal !== this._isStyleCollapsed) { 369 if (newVal !== this._isStyleCollapsed) {
375 this._isStyleCollapsed = newVal; 370 this._isStyleCollapsed = newVal;
376 this.layerData.isStyleCollapsed = newVal; 371 this.layerData.isStyleCollapsed = newVal;
377 this.triggerOutgoingBinding();
378 //this.needsDraw = true;
379 } 372 }
380 } 373 }
381 }, 374 },