Skip to content

Commit

Permalink
fixed IIFE Webpack bug
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doherty committed Mar 20, 2019
1 parent 554643f commit 69ca0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "long-press-event",
"version": "1.0.4",
"version": "1.0.5",
"description": "A 0.5k script that adds a long-press event to the DOM using pure JS",
"main": "dev-server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/long-press-event.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@
if (console && console.log) console.log('long-press event fired on ' + this.outerHTML);
}

}(this, document));
}(window, document));

0 comments on commit 69ca0ac

Please sign in to comment.