Replace ParentRequire hack.

Instead of hacking with the internals of require, make client_plugins aware
and capable of sharing behavior.
This commit is contained in:
Chad Weider 2012-09-11 20:45:14 -07:00
parent 1258ed3a0d
commit b691606c4e
4 changed files with 39 additions and 44 deletions

View file

@ -71,6 +71,5 @@
, "pluginfw/client_plugins.js"
, "pluginfw/shared.js"
, "pluginfw/hooks.js"
, "pluginfw/parent_require.js"
]
}