diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-22 00:31:07 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-22 00:31:07 +0200 |
| commit | 07e7d260196fa67beb538bc4d4dd154c2a2867ce (patch) | |
| tree | ef1b1c54e24841c9e5718c86bbf8bb3159882f97 /StoneIsland/platforms/ios/www/js/lib/_router.js | |
| parent | 44412308278b88fc64be581f42bd91f8bc969397 (diff) | |
scrolling wah
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/_router.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/_router.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/_router.js b/StoneIsland/platforms/ios/www/js/lib/_router.js index 19bd3247..19b6fd63 100755 --- a/StoneIsland/platforms/ios/www/js/lib/_router.js +++ b/StoneIsland/platforms/ios/www/js/lib/_router.js @@ -51,6 +51,7 @@ var SiteRouter = Router.extend({ initial_route: null, launch: function(){ + console.log("LAUNCH!") if (this.initial_route) { this.parseRoute( this.initial_route ) } @@ -89,7 +90,7 @@ var SiteRouter = Router.extend({ } // window.FirebasePlugin && window.FirebasePlugin.setScreenName(name) - +console.log("view >>", app.view) app.header.set_back( !! app.view.back ) app.view.show() }.bind(this) |
