Skip to content

Commit 52ea058

Browse files
author
mp1erce
committed
Update timer.js
Added semicolon
1 parent 8875198 commit 52ea058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/js/timer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ angular.module('timer', [])
101101
tick();
102102
$scope.isRunning = false;
103103
$scope.clear();
104-
}
104+
};
105105

106106
$element.bind('$destroy', function () {
107107
resetTimeout();

0 commit comments

Comments
 (0)