diff options
Diffstat (limited to 'user-document-templates')
-rw-r--r-- | user-document-templates/montage-application-cloud/appdelegate.js | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/user-document-templates/montage-application-cloud/appdelegate.js b/user-document-templates/montage-application-cloud/appdelegate.js index 64ce6f59..fad60394 100644 --- a/user-document-templates/montage-application-cloud/appdelegate.js +++ b/user-document-templates/montage-application-cloud/appdelegate.js | |||
@@ -7,30 +7,30 @@ 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, | 10 | //var Button = ("montage/ui/button.reel").Button, |
11 | Checkbox = require("montage/ui/checkbox.reel").Checkbox, | 11 | // Checkbox = ("montage/ui/checkbox.reel").Checkbox, |
12 | Condition = require("montage/ui/condition.reel").Condition, | 12 | // Condition = ("montage/ui/condition.reel").Condition, |
13 | DynamicText = require("montage/ui/dynamic-text.reel").DynamicText, | 13 | // DynamicText = ("montage/ui/dynamic-text.reel").DynamicText, |
14 | 14 | // | |
15 | FlowController = require("montage/ui/flow-controller.reel").FlowController, | 15 | // FlowController = ("montage/ui/flow-controller.reel").FlowController, |
16 | 16 | // | |
17 | HotText = require("montage/ui/hottext.reel").HotText, | 17 | // HotText = ("montage/ui/hottext.reel").HotText, |
18 | HotTextUnit = require("montage/ui/hottextunit.reel").HotTextUnit, | 18 | // HotTextUnit = ("montage/ui/hottextunit.reel").HotTextUnit, |
19 | 19 | // | |
20 | ImageContainer = require("montage/ui/photo-editor.reel").PhotoEditor, | 20 | // ImageContainer = ("montage/ui/photo-editor.reel").PhotoEditor, |
21 | Progress = require("montage/ui/progress.reel").Progress, | 21 | // Progress = ("montage/ui/progress.reel").Progress, |
22 | 22 | // | |
23 | Repetition = require("montage/ui/repetition.reel").Repetition, | 23 | // Repetition = ("montage/ui/repetition.reel").Repetition, |
24 | Scrollview = require("montage/ui/scrollview.reel").Scrollview, | 24 | // Scrollview = ("montage/ui/scrollview.reel").Scrollview, |
25 | Slider = require("montage/ui/slider.reel").Slider, | 25 | // Slider = ("montage/ui/slider.reel").Slider, |
26 | Slot = require("montage/ui/slot.reel").Slot, | 26 | // Slot = ("montage/ui/slot.reel").Slot, |
27 | Substitution = require("montage/ui/substitution.reel").Substitution, | 27 | // Substitution = ("montage/ui/substitution.reel").Substitution, |
28 | 28 | // | |
29 | TextArea = require("montage/ui/textarea.reel").TextArea, | 29 | // TextArea = ("montage/ui/textarea.reel").TextArea, |
30 | Textfield = require("montage/ui/textfield.reel").Textfield, | 30 | // Textfield = ("montage/ui/textfield.reel").Textfield, |
31 | 31 | // | |
32 | Toggle = require("montage/ui/toggle.reel").Toggle, | 32 | // Toggle = ("montage/ui/toggle.reel").Toggle, |
33 | ToggleButton = require("montage/ui/button.reel").ToggleButton; | 33 | // ToggleButton = ("montage/ui/button.reel").ToggleButton; |
34 | 34 | ||
35 | exports.MyAppDelegate = Montage.create(Component, { | 35 | exports.MyAppDelegate = Montage.create(Component, { |
36 | templateDidLoad: { | 36 | templateDidLoad: { |