Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Oct 9, 2015
1 parent 24784f1 commit b8c5eb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions angular-async-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
if (typeof(require) === 'function') {
if (typeof(require.async) === 'function') {
return require.async;
}
else {
} else {
return require;
}
} else if (typeof(seajs) === 'object' && typeof(seajs.use) === 'function') {
Expand Down

0 comments on commit b8c5eb6

Please sign in to comment.