aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/substitution.reel/substitution.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/substitution.reel/substitution.js')
-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});