Skip to content

Commit 95276b6

Browse files
committed
fix line is too long error
1 parent bf98e3b commit 95276b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/unit/SpecHelper.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ var $rootScope, $compile, $injector, $httpBackend, $scope, $q, $controller;
1010
* Initiate the angular module we want to test on and initiate
1111
* global angular modules required for testing (like $rootScope etc.)
1212
*
13-
* @param {bool} [withModule] disable automatic module initiation (by default, the module is initiated automatically for you)
13+
* @param {bool} [withModule] disable automatic module initiation
14+
* (by default, the module is initiated
15+
* automatically for you)
1416
*/
1517
function initGlobals(withModule) {
1618
if (withModule !== false) {

0 commit comments

Comments
 (0)