mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
fix(loader): fix double spaces
Fix double spaces in return statement. Double spaces between return and returned value brake minification process of some minifiers (bug found on JSMin https://github.com/mrclay/jsmin-php). Closes #9630
This commit is contained in:
committed by
Igor Minar
parent
fb1b202f38
commit
8b2f1a47b5
@@ -296,7 +296,7 @@ function setupModuleLoader(window) {
|
||||
config(configFn);
|
||||
}
|
||||
|
||||
return moduleInstance;
|
||||
return moduleInstance;
|
||||
|
||||
/**
|
||||
* @param {string} provider
|
||||
|
||||
Reference in New Issue
Block a user