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:
Karol Wypchło
2014-10-15 10:05:33 +02:00
committed by Igor Minar
parent fb1b202f38
commit 8b2f1a47b5

View File

@@ -296,7 +296,7 @@ function setupModuleLoader(window) {
config(configFn);
}
return moduleInstance;
return moduleInstance;
/**
* @param {string} provider