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:
Matt Ginzton 2013-02-25 23:27:20 -08:00 committed by Igor Minar
parent 6397860831
commit d4fe383b7b

View file

@ -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