History log of /yui3/src/app/build-app-base.properties
Revision Date Author Comments Expand
429c2ccef4171408a28930e1fef066e46f1a6ad1 22-Oct-2011 Eric Ferraiuolo <eferraiuolo@gmail.com>

Moved Y.App's transitions feature into an extension. A new submodule, app-transitions, has been created to contain the Y.App.Transitions extension. When this module is used, it will auto-mix itself onto the Y.App constructor. When auto-mixing features, it is important to leave the "base" class untouched. To achieve this, I followed @lsmith's method, which results in the following Y.App namespace: * Y.App.Base: The base constructor. * Y.App.Transitions: The app transitions extension. * Y.App: A subclass of Y.App.Base which extensions can auto-mix on to.

7c128d7dec7c93164892093ee4aa2dc47d39204e 21-Oct-2011 Eric Ferraiuolo <eferraiuolo@gmail.com>

Fixed app-base's build meta data.

8e8d2ac3864e8e5d6e3ac5bc7258b97801d1e96b 17-Oct-2011 Eric Ferraiuolo <eferraiuolo@gmail.com>

Initial commit of Y.App.