Skip to content

Commit

Permalink
remove console.log and semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Steck committed Jan 26, 2022
1 parent 6e0181e commit 8733105
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 103 deletions.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="js-bounty"></div>
<script src="../lib/bounty.js"></script>
<script>
const b = bounty.default({ el: '.js-bounty', value: '250000', rotations: '1', animationDelay: 1000, startManually: true })
const b = bounty.default({ el: '.js-bounty', value: '250000', rotations: '2', animationDelay: 0, startManually: true })
setTimeout(() => {
console.log('start')
b.resume()
Expand Down
2 changes: 1 addition & 1 deletion lib/bounty.js

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

Loading

0 comments on commit 8733105

Please sign in to comment.