Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4fe4fc5

Browse files
committed
chore(ngMock): replace misplaced comma with semicolon
1 parent 74e1cc6 commit 4fe4fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ angular.mock.$IntervalProvider = function() {
455455
iteration = 0,
456456
skipApply = (angular.isDefined(invokeApply) && !invokeApply);
457457

458-
count = (angular.isDefined(count)) ? count : 0,
458+
count = (angular.isDefined(count)) ? count : 0;
459459
promise.then(null, null, fn);
460460

461461
promise.$$intervalId = nextRepeatId;

0 commit comments

Comments
 (0)