aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel
diff options
context:
space:
mode:
authorJonathan Duran2012-03-29 07:29:36 -0700
committerJonathan Duran2012-03-29 07:29:36 -0700
commitaa9d13bb03f9fdc090bbf78c10ed8d5c79895019 (patch)
treeac2214b01e37fe274641e5b08005e9cf4053c4e7 /js/panels/Timeline/Layer.reel
parentab730848419a0b72c4c2747a3c928f2c8cc763e7 (diff)
parent7845d312396e3329ac9246d4c13e99cb623216d5 (diff)
downloadninja-aa9d13bb03f9fdc090bbf78c10ed8d5c79895019.tar.gz
Merge branch 'refs/heads/timeline-local' into TimelineUber
Diffstat (limited to 'js/panels/Timeline/Layer.reel')
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.js b/js/panels/Timeline/Layer.reel/Layer.js
index 9cf321b1..c69f28b0 100644
--- a/js/panels/Timeline/Layer.reel/Layer.js
+++ b/js/panels/Timeline/Layer.reel/Layer.js
@@ -417,6 +417,9 @@ var Layer = exports.Layer = Montage.create(Component, {
417 417
418 setData:{ 418 setData:{
419 value:function(){ 419 value:function(){
420 if (typeof(this.layerData) === "undefined") {
421 return;
422 }
420 this.layerName = this.layerData.layerName; 423 this.layerName = this.layerData.layerName;
421 this.layerID = this.layerData.layerID; 424 this.layerID = this.layerData.layerID;
422 this.arrLayerStyles = this.layerData.arrLayerStyles; 425 this.arrLayerStyles = this.layerData.arrLayerStyles;