diff options
Diffstat (limited to 'js/components/ui/tree-basic/tree.reel')
-rwxr-xr-x | js/components/ui/tree-basic/tree.reel/tree.html | 2 | ||||
-rwxr-xr-x | js/components/ui/tree-basic/tree.reel/tree.js | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/js/components/ui/tree-basic/tree.reel/tree.html b/js/components/ui/tree-basic/tree.reel/tree.html index d4794893..e4da2171 100755 --- a/js/components/ui/tree-basic/tree.reel/tree.html +++ b/js/components/ui/tree-basic/tree.reel/tree.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE HTML> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
diff --git a/js/components/ui/tree-basic/tree.reel/tree.js b/js/components/ui/tree-basic/tree.reel/tree.js index 0b161aa6..14472475 100755 --- a/js/components/ui/tree-basic/tree.reel/tree.js +++ b/js/components/ui/tree-basic/tree.reel/tree.js | |||
@@ -58,22 +58,22 @@ exports.Tree = Montage.create(Component, { | |||
58 | }, | 58 | }, |
59 | 59 | ||
60 | willDraw: { | 60 | willDraw: { |
61 | enumerable: false, | 61 | enumerable: false, |
62 | value: function() { | 62 | value: function() { |
63 | 63 | ||
64 | } | 64 | } |
65 | }, | 65 | }, |
66 | draw: { | 66 | draw: { |
67 | enumerable: false, | 67 | enumerable: false, |
68 | value: function() { | 68 | value: function() { |
69 | 69 | ||
70 | } | 70 | } |
71 | }, | 71 | }, |
72 | didDraw: { | 72 | didDraw: { |
73 | enumerable: false, | 73 | enumerable: false, |
74 | value: function() { | 74 | value: function() { |
75 | 75 | ||
76 | } | 76 | } |
77 | } | 77 | } |
78 | 78 | ||
79 | }); | 79 | }); |