diff options
| author | Matias Niemelä | 2013-10-23 17:04:46 -0400 |
|---|---|---|
| committer | Matias Niemelä | 2013-10-23 17:06:14 -0400 |
| commit | 32ab648c79b4783f1cc2491919b659d17004356c (patch) | |
| tree | e1cc1e215abb56912356f5795cec00d1ee60452d /src/ngMock/angular-mocks.js | |
| parent | a7e12b7959212f2fa88fe17d5a045cc9d8b22922 (diff) | |
| download | angular.js-32ab648c79b4783f1cc2491919b659d17004356c.tar.bz2 | |
chore(ngMocks): shorten the length of the description line to avoid jsHint errors
Diffstat (limited to 'src/ngMock/angular-mocks.js')
| -rw-r--r-- | src/ngMock/angular-mocks.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index c832562a..c029dcc3 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -1710,9 +1710,9 @@ angular.mock.$RootElementProvider = function() { * * # ngMock * - * The `ngMock` module providers support to inject and mock Angular services into unit tests. In addition, - * ngMock also extends various core ng services such that they can be inspected and controlled in a synchronous - * manner within test code. + * The `ngMock` module providers support to inject and mock Angular services into unit tests. + * In addition, ngMock also extends various core ng services such that they can be + * inspected and controlled in a synchronous manner within test code. * * {@installModule mocks} * |
