123456789101112 |
- /* appjet:version 0.1 */
- /* appjet:library */
- // Copyright (c) 2010, Herbert Vojèík
- // Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
- // Globally imported libraries and maybe some definitions
- // that are commonly awaited by all fb apps and their parts
- // both while in production and while tested.
- import("lib-app/mvp");
- import("lib-app/facebook-ext");
- import("lib-app/patches");
|