Remove debug

This commit is contained in:
Ghislain Loaec 2015-03-19 10:28:58 +01:00
parent 63d1511a2e
commit 09ee06d587
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
*/
// Constants
var DEBUG = true;
var DEBUG = false;
var DEBUG_WWW_URL = 'http://localhost/~ghis/momo/www/';
var ANIMATION_ENABLED = true;
var ANIMATION_OUT_CLASS = 'pt-page-moveToLeftEasing pt-page-ontop';