File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2510,8 +2510,9 @@ if (window.jasmine || window.mocha) {
2510
2510
* @param {...(string|Function|Object) } fns any number of modules which are represented as string
2511
2511
* aliases or as anonymous module initialization functions. The modules are used to
2512
2512
* configure the injector. The 'ng' and 'ngMock' modules are automatically loaded. If an
2513
- * object literal is passed they will be registered as values in the module, the key being
2514
- * the module name and the value being what is returned.
2513
+ * object literal is passed each key-value pair will be registered on the module via
2514
+ * {@link auto.$provide $provide}.value, the key being the string name (or token) to associate
2515
+ * with the value on the injector.
2515
2516
*/
2516
2517
window . module = angular . mock . module = function ( ) {
2517
2518
var moduleFns = Array . prototype . slice . call ( arguments , 0 ) ;
You can’t perform that action at this time.
0 commit comments