diff options
author | hwc487 | 2012-07-09 16:08:02 -0700 |
---|---|---|
committer | hwc487 | 2012-07-09 16:08:02 -0700 |
commit | 5085d0f67df89a21715308956004164597a6ba79 (patch) | |
tree | 2c896163143a66331205a39b0a3b1b45d51bf12a /js/document/templates/app/main.js | |
parent | 51f1691f792dbda9b740ded8aa0457c9406db156 (diff) | |
parent | 84b3327bd92faafab7954b5eb64c7abe24a3fe13 (diff) | |
download | ninja-5085d0f67df89a21715308956004164597a6ba79.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into GridFixes
Conflicts:
js/helper-classes/3D/StageLine.js
Diffstat (limited to 'js/document/templates/app/main.js')
-rw-r--r-- | js/document/templates/app/main.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/document/templates/app/main.js b/js/document/templates/app/main.js index 6b15bb24..4f1abcf3 100644 --- a/js/document/templates/app/main.js +++ b/js/document/templates/app/main.js | |||
@@ -27,10 +27,10 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |||
27 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 27 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
28 | POSSIBILITY OF SUCH DAMAGE. | 28 | POSSIBILITY OF SUCH DAMAGE. |
29 | </copyright> */ | 29 | </copyright> */ |
30 | var Montage = require("montage/core/core").Montage, | 30 | var Montage = require("montage/core/core").Montage, |
31 | Component = require("montage/ui/component").Component, | 31 | Component = require("montage/ui/component").Component, |
32 | Template = require("montage/ui/template").Template, | 32 | Template = require("montage/ui/template").Template, |
33 | TemplateCreator = require("tools/template/template-creator").TemplateCreator; | 33 | TemplateCreator = require("tools/template/template-creator").TemplateCreator; |
34 | 34 | ||
35 | 35 | ||
36 | //var njmodelGet = function njmodelGet() { | 36 | //var njmodelGet = function njmodelGet() { |
@@ -85,7 +85,7 @@ exports.Main = Montage.create(Component, { | |||
85 | var componentRequire = component[data.name]; | 85 | var componentRequire = component[data.name]; |
86 | var componentInstance = componentRequire.create(); | 86 | var componentInstance = componentRequire.create(); |
87 | 87 | ||
88 | componentInstance.identifier = data.identifier; | 88 | componentInstance.identifier = data.identifier; |
89 | componentInstance.addEventListener("firstDraw", self, false); | 89 | componentInstance.addEventListener("firstDraw", self, false); |
90 | 90 | ||
91 | componentInstance.element = element; | 91 | componentInstance.element = element; |