From 32ab648c79b4783f1cc2491919b659d17004356c Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Wed, 23 Oct 2013 17:04:46 -0400 Subject: chore(ngMocks): shorten the length of the description line to avoid jsHint errors --- src/ngMock/angular-mocks.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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} * -- cgit v1.2.3