aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/substitution.reel
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-05-16 15:57:19 -0700
committerNivesh Rajbhandari2012-05-16 15:57:19 -0700
commit95069173e145691b0059f2dcbbaa7332694ed778 (patch)
tree2158ede11ccbc2eb3a12f0b2f3c0233f0ece0a30 /node_modules/montage/ui/substitution.reel
parent727ad95f6828821f0682aa98104783e4bbda78b4 (diff)
parentfd54dabad7cbc27a0efb0957155c00d578912909 (diff)
downloadninja-95069173e145691b0059f2dcbbaa7332694ed778.tar.gz
Merge branch 'refs/heads/dom-architecture-master' into Dom-Architecture
Diffstat (limited to 'node_modules/montage/ui/substitution.reel')
-rwxr-xr-xnode_modules/montage/ui/substitution.reel/substitution.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/montage/ui/substitution.reel/substitution.js b/node_modules/montage/ui/substitution.reel/substitution.js
index ad4034c1..bf3ddcaa 100755
--- a/node_modules/montage/ui/substitution.reel/substitution.js
+++ b/node_modules/montage/ui/substitution.reel/substitution.js
@@ -73,19 +73,5 @@ exports.Substitution = Montage.create(Slot, /** @lends module:"montage/ui/substi
73 transition: { 73 transition: {
74 enumerable: false, 74 enumerable: false,
75 value: null 75 value: null
76 },
77/**
78 Description TODO
79 @function
80 */
81 prepareForDraw: {
82 enumerable: false,
83 value: function() {
84
85 if (this.switchComponents) {
86 this.content = this.switchComponents[this.switchValue];
87 }
88 }
89 } 76 }
90
91}); 77});