globals.js 416 B

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