Permalink
Browse files
docs(loader): fix type in `@return` tag for `angular.module()`
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/loader.js
|
|
@@ -76,7 +76,7 @@ function setupModuleLoader(window) { |
|
|
* unspecified then the module is being retrieved for further configuration. |
|
|
* @param {Function=} configFn Optional configuration function for the module. Same as |
|
|
* {@link angular.Module#config Module#config()}. |
|
|
* @returns {module} new module with the {@link angular.Module} api. |
|
|
* @returns {angular.Module} new module with the {@link angular.Module} api. |
|
|
*/ |
|
|
return function module(name, requires, configFn) { |
|
|
var assertNotHasOwnProperty = function(name, context) { |
|
|
|