add debugging/console capability to devices where it is not available or easily accessibile

This commit is contained in:
Stefan Breunig
2013-02-12 10:01:21 +01:00
parent 52306b033d
commit 331d9a3781
4 changed files with 82 additions and 2 deletions

View File

@ -193,6 +193,8 @@ window.setupSidebarToggle = function() {
// BOOTING ///////////////////////////////////////////////////////////
function boot() {
window.debug.console.overwriteNativeIfRequired();
console.log('loading done, booting');
window.setupStyles();
window.setupMap();