patches.js 312 B

12345678910111213
  1. /* appjet:version 0.1 */
  2. // (c) 2010, Herbert Vojčík
  3. // Licensed by MIT license (http://www.opensource.org/licenses/mit-license.php)
  4. /* appjet:library */
  5. function dispatchShouldSearchHere() {
  6. appjet._internal.global = this;
  7. }
  8. function dispatchInject(f) {
  9. appjet._internal.global[f.name] = f;
  10. }