/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Global script file that transfers server * variables to the client. * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* Copyright (c) 2010 FoXSE Ltd */ /* * Relative path to the root of the application. */ var path_to_root = ''; /* * Indicates if mobile mode. */ var is_mobile_mode = false; /* * Indicates if iPhone mode. */ var is_iphone_mode = false; var debugOrientation = null;