From 78d42fa957829d802a7fff207bc9b0d4573383d5 Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Sun, 5 Jan 2014 17:05:15 -0800 Subject: [PATCH] Minor typo in new code. --- code/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot.js b/code/boot.js index 514e2d0e..ebe0ea06 100644 --- a/code/boot.js +++ b/code/boot.js @@ -507,7 +507,7 @@ window.setupLayerChooserApi = function() { function boot() { try { //EXPERIMENTAL TEST - if(!isSmartphone()) // TODO remove completly? + if(!isSmartphone()) // TODO remove completely? window.debug.console.overwriteNativeIfRequired(); console.log('loading done, booting. Built: @@BUILDDATE@@');