Changes between Version 13 and Version 14 of BluePrint/Mobile/EdenMobileFramework


Ignore:
Timestamp:
03/31/15 15:57:27 (10 years ago)
Author:
Tom Baker
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile/EdenMobileFramework

    v13 v14  
    4242        * The plugins are defined in app.config.plugins.
    4343    * '''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.
    4545        * '''index.js'''        The main entry point for the app.  It initializes all of the core objects.
    4646        * '''controller.js'''   Coordinates all operations.  See the Controller section below.