aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/Layer.js
diff options
context:
space:
mode:
authorJon Reid2012-06-12 10:10:11 -0700
committerJon Reid2012-06-12 10:10:11 -0700
commit0a5ce26ee62b74261e1b00877b7e43af0e681856 (patch)
tree1777c1ec754cebb7844df18c56cc420813960b57 /js/panels/Timeline/Layer.reel/Layer.js
parent8e5536bddb9f9f991e1d5ed363d253879a159a28 (diff)
downloadninja-0a5ce26ee62b74261e1b00877b7e43af0e681856.tar.gz
Timeline: Fix document switching under Montage v.10
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.js')
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.js b/js/panels/Timeline/Layer.reel/Layer.js
index ed0200ae..6b64261e 100644
--- a/js/panels/Timeline/Layer.reel/Layer.js
+++ b/js/panels/Timeline/Layer.reel/Layer.js
@@ -456,6 +456,7 @@ var Layer = exports.Layer = Montage.create(Component, {
456 }, 456 },
457 457
458 layerData:{ 458 layerData:{
459 serializable: true,
459 get:function(){ 460 get:function(){
460 return this._layerData; 461 return this._layerData;
461 }, 462 },