Skip to content

Commit

Permalink
chore(ngMock): replace misplaced comma with semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
rodyhaddad committed Jun 26, 2014
1 parent c4b654b commit a1c19c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngMock/angular-mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a1c19c4

Please sign in to comment.