mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-03 20:54:43 +00:00
docs(ngMock): remove Jasmine-only comments now that Mocha works
Remove comments about angular.mock.inject and angular.mock.module being available for jasmine only. Since 1.1.1 the intent is that they be available for mocha as well; now they even work!
This commit is contained in:
parent
6397860831
commit
d4fe383b7b
1 changed files with 0 additions and 2 deletions
2
src/ngMock/angular-mocks.js
vendored
2
src/ngMock/angular-mocks.js
vendored
|
|
@ -1686,7 +1686,6 @@ window.jstestdriver && (function(window) {
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* *NOTE*: This is function is also published on window for easy access.<br>
|
* *NOTE*: This is function is also published on window for easy access.<br>
|
||||||
* *NOTE*: Only available with {@link http://pivotal.github.com/jasmine/ jasmine}.
|
|
||||||
*
|
*
|
||||||
* This function registers a module configuration code. It collects the configuration information
|
* This function registers a module configuration code. It collects the configuration information
|
||||||
* which will be used when the injector is created by {@link angular.mock.inject inject}.
|
* which will be used when the injector is created by {@link angular.mock.inject inject}.
|
||||||
|
|
@ -1719,7 +1718,6 @@ window.jstestdriver && (function(window) {
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* *NOTE*: This is function is also published on window for easy access.<br>
|
* *NOTE*: This is function is also published on window for easy access.<br>
|
||||||
* *NOTE*: Only available with {@link http://pivotal.github.com/jasmine/ jasmine}.
|
|
||||||
*
|
*
|
||||||
* The inject function wraps a function into an injectable function. The inject() creates new
|
* The inject function wraps a function into an injectable function. The inject() creates new
|
||||||
* instance of {@link AUTO.$injector $injector} per test, which is then used for
|
* instance of {@link AUTO.$injector $injector} per test, which is then used for
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue