diff options
author | Valerio Virgillito | 2012-01-30 16:35:59 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-01-30 16:35:59 -0800 |
commit | 05bb7a317356a71ede049be24a60b5fcaf0a41f9 (patch) | |
tree | 201555398f4a7f90e1aec354f0399a703400f790 /js/ninja.reel/ninja.js | |
parent | adcb6e2534e305102cde748265047fdffe2bd03b (diff) | |
download | ninja-05bb7a317356a71ede049be24a60b5fcaf0a41f9.tar.gz |
Adding a version json object to Ninja
Versions object to start keeping track of versions for Ninja, Montage and eventually other dependencies.
Loaded before montage to use in the splash screen.
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rw-r--r-- | js/ninja.reel/ninja.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index bc31e0e1..75ec7fcc 100644 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -36,6 +36,7 @@ exports.Ninja = Montage.create(Component, { | |||
36 | 36 | ||
37 | prepareForDraw: { | 37 | prepareForDraw: { |
38 | value: function() { | 38 | value: function() { |
39 | console.log("Loading Ninja --> ", window.ninjaVersion.ninja.version); | ||
39 | 40 | ||
40 | this.application.ninja = this; | 41 | this.application.ninja = this; |
41 | 42 | ||