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