aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/substitution.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 15:23:48 -0700
committerValerio Virgillito2012-05-16 15:23:48 -0700
commit13ae16997d4bbca14e255d5989d1c44a76eac72c (patch)
treed9ebb1dcc6bebee4cb910b950ecb67c1a2d593cd /node_modules/montage/ui/substitution.reel
parent99f16ae08fbb0a6dfe6008c9833f2253b18c19e5 (diff)
downloadninja-13ae16997d4bbca14e255d5989d1c44a76eac72c.tar.gz
montage v.0.10 integration
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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});