diff options
| author | Fred Sauer | 2012-12-05 10:31:51 -0800 | 
|---|---|---|
| committer | Pawel Kozlowski | 2012-12-06 21:13:51 +0100 | 
| commit | d43cc3f89334ef8e75d264f3918e33d8163f409e (patch) | |
| tree | 672c2b484ebd6a3a929f628865544fbc9a6513af /src | |
| parent | c9d937082cc3a074eb82db97790d68a6f55c6731 (diff) | |
| download | angular.js-d43cc3f89334ef8e75d264f3918e33d8163f409e.tar.bz2 | |
docs(mocks): fix documentation bug: angular.mock.debug
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngMock/angular-mocks.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index 4f0e5835..5820c1ea 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -562,7 +562,7 @@ angular.mock.$LogProvider = function() {  /**   * @ngdoc function - * @name angular.mock.debug + * @name angular.mock.dump   * @description   *   * *NOTE*: this is not an injectable instance, just a globally available function. | 
