From d4fe383b7bc2314369199023f121064aec9cc167 Mon Sep 17 00:00:00 2001
From: Matt Ginzton
Date: Mon, 25 Feb 2013 23:27:20 -0800
Subject: 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!
---
src/ngMock/angular-mocks.js | 2 --
1 file changed, 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.
- * *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.
- * *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
--
cgit v1.2.3