chore(ngMock): replace misplaced comma with semicolon

This commit is contained in:
rodyhaddad
2014-06-26 12:31:02 -07:00
parent c4b654b03c
commit a1c19c457b

View File

@@ -455,7 +455,7 @@ angular.mock.$IntervalProvider = function() {
iteration = 0,
skipApply = (angular.isDefined(invokeApply) && !invokeApply);
count = (angular.isDefined(count)) ? count : 0,
count = (angular.isDefined(count)) ? count : 0;
promise.then(null, null, fn);
promise.$$intervalId = nextRepeatId;