chore(ngMocks): shorten the length of the description line to avoid jsHint errors

This commit is contained in:
Matias Niemelä 2013-10-23 17:04:46 -04:00
parent a7e12b7959
commit 32ab648c79

View file

@ -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}
*