aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMock/angular-mocks.js
diff options
context:
space:
mode:
authorIgor Minar2012-06-12 00:35:28 -0700
committerIgor Minar2012-06-12 01:09:07 -0700
commit9af7a9198e2d30608ea6c40eedde03e44a6ef569 (patch)
tree24249e527de5b833d95cb733e461a20ef71d28d6 /src/ngMock/angular-mocks.js
parent74fa65ecb7c4e2df966a179952b35700912e065f (diff)
downloadangular.js-9af7a9198e2d30608ea6c40eedde03e44a6ef569.tar.bz2
fix($defer): remove deprecated $defer service
Diffstat (limited to 'src/ngMock/angular-mocks.js')
-rw-r--r--src/ngMock/angular-mocks.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js
index 7d11a99d..f1b2223b 100644
--- a/src/ngMock/angular-mocks.js
+++ b/src/ngMock/angular-mocks.js
@@ -27,11 +27,6 @@ angular.mock = {};
*
* The api of this service is the same as that of the real {@link ng.$browser $browser}, except
* that there are several helper methods available which can be used in tests.
- *
- * The following apis can be used in tests:
- *
- * - $browser.defer — enables testing of code that uses
- * {@link ng.$defer $defer} for executing functions via the `setTimeout` api.
*/
angular.mock.$BrowserProvider = function() {
this.$get = function(){