From 9af7a9198e2d30608ea6c40eedde03e44a6ef569 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 12 Jun 2012 00:35:28 -0700 Subject: fix($defer): remove deprecated $defer service --- src/ngMock/angular-mocks.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ngMock/angular-mocks.js') 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(){ -- cgit v1.2.3