Skip to content

Commit

Permalink
Merge pull request #306 from machawk1/issue-305
Browse files Browse the repository at this point in the history
Rm redeclaration of debug, which caused the clock to not animate.
  • Loading branch information
machawk1 committed Aug 10, 2020
2 parents 59edb45 + dff7532 commit 62006d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mink-plugin/timemap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* global debug */
const debug = false
debug = false

function isValidURL (string) {
try {
Expand Down

0 comments on commit 62006d5

Please sign in to comment.