patches.js 320 B

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