Bug Fixes
- No longer removes black listed parameter names unless the module is CommonJS. This was required to get the Require.js text plugin to work, since the text plugin has a parameter named
module
, which was black listed (removed) by AMDclean - Fixed the optimization of dependencies when the dependencies are more than the number of callback parameters