Skip to content

Commit 2ebbe00

Browse files
committed
revert: style(loader.js): correct JSDoc tags of the params of the function module(name, requires, configFn)
This reverts commit f4c08fe.
1 parent 8b86d36 commit 2ebbe00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loader.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ function setupModuleLoader(window) {
7272
* {@link angular.bootstrap} to simplify this process for you.
7373
*
7474
* @param {!string} name The name of the module to create or retrieve.
75-
<<<<<* @param {!Array.<string>=} requires If specified then new module is being created. If
76-
>>>>>* unspecified then the module is being retrieved for further configuration.
75+
* @param {Array.<string>=} requires If specified then new module is being created. If
76+
* unspecified then the module is being retrieved for further configuration.
7777
* @param {Function} configFn Optional configuration function for the module. Same as
7878
* {@link angular.Module#config Module#config()}.
7979
* @returns {module} new module with the {@link angular.Module} api.

0 commit comments

Comments
 (0)