Skip to content

Commit

Permalink
Merge pull request #49 from BowlingX/master
Browse files Browse the repository at this point in the history
#46 Added distribution bundle for iOS fix
  • Loading branch information
pukhalski committed Jan 29, 2016
2 parents ae48bcd + d37b5d3 commit f1307c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tap",
"version": "1.0.7",
"version": "1.0.8",
"authors": [
"Ilya Pukhalski <[email protected]>",
"Eugene Zhlobo <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dist/tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

var eventMatrix = [{
// Touchable devices
test: ('propertyIsEnumerable' in window || 'hasOwnProperty' in document) && (window.propertyIsEnumerable('ontouchstart') || document.hasOwnProperty('ontouchstart')),
test: ('propertyIsEnumerable' in window || 'hasOwnProperty' in document) && (window.propertyIsEnumerable('ontouchstart') || document.hasOwnProperty('ontouchstart') || window.hasOwnProperty('ontouchstart')),
events: {
start: 'touchstart',
move: 'touchmove',
Expand Down
2 changes: 1 addition & 1 deletion dist/tap.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tapjs",
"version": "1.0.7",
"version": "1.0.8",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-concat": "^0.4.0",
Expand Down

0 comments on commit f1307c4

Please sign in to comment.