Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/turuslan/HackTimer
Browse files Browse the repository at this point in the history
  • Loading branch information
turuslan committed Jul 1, 2015
2 parents 1571eb2 + 2e798c2 commit 83b6fb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ Place script reference to HackTimer.js (or HackTimer.min.js) before any other Ja
Loader code HackTimer.js (or HackTimer.min.js) may be placed in separate file or in script tag.
Worker code HackTimerWorker.js (or HackTimerWorker.min.js) must be placed in separate file.
To change worker code script name go to the end of HackTimer.js (or HackTimer.min.js) file and replace script name.

# Warning
Full code (HackTimer.js and HackTimerWorker.js) must not be used with minified (HackTimer.min.js and HackTimerWorker.min.js), i.e. HackTimer.js must use only HackTimerWorker.js and HackTimer.min.js must only use HackTimerWorker.min.js .

0 comments on commit 83b6fb4

Please sign in to comment.