diff options
Diffstat (limited to 'user-document-templates/montage-application-cloud')
-rw-r--r-- | user-document-templates/montage-application-cloud/appdelegate.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/user-document-templates/montage-application-cloud/appdelegate.js b/user-document-templates/montage-application-cloud/appdelegate.js index 64ce6f59..3c21b46e 100644 --- a/user-document-templates/montage-application-cloud/appdelegate.js +++ b/user-document-templates/montage-application-cloud/appdelegate.js | |||
@@ -7,31 +7,6 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
7 | var Montage = require("montage/core/core").Montage, | 7 | var Montage = require("montage/core/core").Montage, |
8 | Component = require("montage/ui/component").Component; | 8 | Component = require("montage/ui/component").Component; |
9 | 9 | ||
10 | var Button = require("montage/ui/button.reel").Button, | ||
11 | Checkbox = require("montage/ui/checkbox.reel").Checkbox, | ||
12 | Condition = require("montage/ui/condition.reel").Condition, | ||
13 | DynamicText = require("montage/ui/dynamic-text.reel").DynamicText, | ||
14 | |||
15 | FlowController = require("montage/ui/flow-controller.reel").FlowController, | ||
16 | |||
17 | HotText = require("montage/ui/hottext.reel").HotText, | ||
18 | HotTextUnit = require("montage/ui/hottextunit.reel").HotTextUnit, | ||
19 | |||
20 | ImageContainer = require("montage/ui/photo-editor.reel").PhotoEditor, | ||
21 | Progress = require("montage/ui/progress.reel").Progress, | ||
22 | |||
23 | Repetition = require("montage/ui/repetition.reel").Repetition, | ||
24 | Scrollview = require("montage/ui/scrollview.reel").Scrollview, | ||
25 | Slider = require("montage/ui/slider.reel").Slider, | ||
26 | Slot = require("montage/ui/slot.reel").Slot, | ||
27 | Substitution = require("montage/ui/substitution.reel").Substitution, | ||
28 | |||
29 | TextArea = require("montage/ui/textarea.reel").TextArea, | ||
30 | Textfield = require("montage/ui/textfield.reel").Textfield, | ||
31 | |||
32 | Toggle = require("montage/ui/toggle.reel").Toggle, | ||
33 | ToggleButton = require("montage/ui/button.reel").ToggleButton; | ||
34 | |||
35 | exports.MyAppDelegate = Montage.create(Component, { | 10 | exports.MyAppDelegate = Montage.create(Component, { |
36 | templateDidLoad: { | 11 | templateDidLoad: { |
37 | value: function(){ | 12 | value: function(){ |