aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorValerio Virgillito2012-01-30 16:35:59 -0800
committerNivesh Rajbhandari2012-01-31 10:10:15 -0800
commit4aac9e06107e9f8fa32f2dcd2f0addb382fc1f6c (patch)
tree687a5275f6a3d7540e3e1adf5ddcb24772cd2956 /js
parent6c346bb9459af800469ecfea8a61def0bad96c1a (diff)
downloadninja-4aac9e06107e9f8fa32f2dcd2f0addb382fc1f6c.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')
-rw-r--r--js/ninja.reel/ninja.js1
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