Changes between Version 13 and Version 14 of BluePrint/Mobile/EdenMobileFramework
- Timestamp:
- 03/31/15 15:57:27 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Mobile/EdenMobileFramework
v13 v14 42 42 * The plugins are defined in app.config.plugins. 43 43 * '''www/css''' - The main stylesheets for the app. Currently there is only index.css. 44 * '''www/js''' - The core JavaScript source code.44 * '''www/js''' - The core !JavaScript source code. 45 45 * '''index.js''' The main entry point for the app. It initializes all of the core objects. 46 46 * '''controller.js''' Coordinates all operations. See the Controller section below.