Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-gonzalez committed Jan 25, 2018
1 parent c5e0f44 commit c48797c
Show file tree
Hide file tree
Showing 6 changed files with 3,391 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bower_components/*
node_modules/*
.idea/*
.vscode/*
.vscode/*
.DS_Store
8 changes: 7 additions & 1 deletion dist/easytimer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* easytimer.js
* Generated: 2018-01-25
* Version: 2.0.1
*/

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
Expand Down Expand Up @@ -246,8 +252,8 @@ function Timer() {

customCallback(eventData.detail.timer);
if (isTargetAchieved(currentTime)) {
dispatchEvent('targetAchieved', eventData);
stop();
dispatchEvent('targetAchieved', eventData);
}
}

Expand Down
8 changes: 7 additions & 1 deletion dist/easytimer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c48797c

Please sign in to comment.