diff options
| author | Matt Ginzton | 2013-02-25 23:27:20 -0800 |
|---|---|---|
| committer | Igor Minar | 2013-02-25 23:54:29 -0800 |
| commit | d4fe383b7bc2314369199023f121064aec9cc167 (patch) | |
| tree | edf7919f32c88e451f27479f821765236f55b5ce /src | |
| parent | 639786083151ff93d70d31332bad143483140de0 (diff) | |
| download | angular.js-d4fe383b7bc2314369199023f121064aec9cc167.tar.bz2 | |
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!
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngMock/angular-mocks.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index b588cd62..5fe83a30 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -1686,7 +1686,6 @@ window.jstestdriver && (function(window) { * @description * * *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 * which will be used when the injector is created by {@link angular.mock.inject inject}. @@ -1719,7 +1718,6 @@ window.jstestdriver && (function(window) { * @description * * *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 * instance of {@link AUTO.$injector $injector} per test, which is then used for |
