Plugins are injected and no longer exist in the global scope.

This commit is contained in:
Chad Weider 2012-02-05 11:13:43 -08:00
parent 8ade4c89d5
commit 3fb62956b9
7 changed files with 22 additions and 94 deletions

View file

@ -4,7 +4,7 @@
* TL;DR COMMENTS ON THIS FILE ARE HIGHLY APPRECIATED
*/
plugins = {
var plugins = {
callHook: function(hookName, args)
{
var global = (function () {return this}());