diff options
author | Valerio Virgillito | 2012-02-14 15:53:08 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-14 15:53:08 -0800 |
commit | 69f0dbbe2ebbbc8d7fa89afe1a7078d0fe206be9 (patch) | |
tree | 43f7106cba8a6b8ea85a6147f1caa9e00b1d93b9 /user-document-templates | |
parent | c4265fa1484867e717c50bdb19d164ec56a081f4 (diff) | |
download | ninja-69f0dbbe2ebbbc8d7fa89afe1a7078d0fe206be9.tar.gz |
Adding all the components to the panel
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'user-document-templates')
-rw-r--r-- | user-document-templates/montage-application-cloud/main.reel/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user-document-templates/montage-application-cloud/main.reel/main.js b/user-document-templates/montage-application-cloud/main.reel/main.js index 86871fd3..0c61b1af 100644 --- a/user-document-templates/montage-application-cloud/main.reel/main.js +++ b/user-document-templates/montage-application-cloud/main.reel/main.js | |||
@@ -31,6 +31,7 @@ exports.Main = Montage.create(Component, { | |||
31 | } | 31 | } |
32 | }, | 32 | }, |
33 | 33 | ||
34 | // Adding components to the user document by using a async require. | ||
34 | addComponentToUserDocument:{ | 35 | addComponentToUserDocument:{ |
35 | value:function(element, data, callback){ | 36 | value:function(element, data, callback){ |
36 | 37 | ||