Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed May 15, 2018
1 parent dfaf67b commit 04c8960
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/docs/doclets.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/docs/src_Interaction.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ <h1 class="page-title">src/Interaction.js</h1>
}

for (const eventType in docEvents) {
eventMethod(doc, eventType, docEvents[eventType]);
eventMethod(doc, eventType, docEvents[eventType], browser.isIOS ? { passive: false } : undefined);
}
}

Expand Down
4 changes: 2 additions & 2 deletions dist/interact.js

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

2 changes: 1 addition & 1 deletion dist/interact.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/interact.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/interact.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interactjs",
"version": "1.3.3",
"version": "1.3.4",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git"
Expand Down

0 comments on commit 04c8960

Please sign in to comment.