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