We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24784f1 commit b8c5eb6Copy full SHA for b8c5eb6
1 file changed
angular-async-loader.js
@@ -16,8 +16,7 @@
16
if (typeof(require) === 'function') {
17
if (typeof(require.async) === 'function') {
18
return require.async;
19
- }
20
- else {
+ } else {
21
return require;
22
}
23
} else if (typeof(seajs) === 'object' && typeof(seajs.use) === 'function') {
0 commit comments