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