diff options
author | Valerio Virgillito | 2012-02-01 23:54:24 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-02 15:33:42 -0800 |
commit | 97255032921178bdfbc25512ddf3e0867e353f7a (patch) | |
tree | cda2d6cbca6ed5636124618e5012a87de8f23b4d /js/ninja.reel/ninja.js | |
parent | 1a8bcab85cd71447bbd1b66daf95d1c8fbca8c2b (diff) | |
download | ninja-97255032921178bdfbc25512ddf3e0867e353f7a.tar.gz |
Revert "Adding njUtils as a component and adding it to the application object"
This reverts commit f07bbfaa60c3fb7c2412c5aa97b49d114d6a88ea.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rw-r--r-- | js/ninja.reel/ninja.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 48c72a1d..90015f5a 100644 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -34,8 +34,6 @@ exports.Ninja = Montage.create(Component, { | |||
34 | 34 | ||
35 | templateDidLoad: { | 35 | templateDidLoad: { |
36 | value: function() { | 36 | value: function() { |
37 | this.application.njutils = this.njUtils; | ||
38 | |||
39 | this.eventManager.addEventListener( "preloadFinish", this, false); | 37 | this.eventManager.addEventListener( "preloadFinish", this, false); |
40 | } | 38 | } |
41 | }, | 39 | }, |