abbr-touch
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -17,3 +17,3 @@ /** | ||
return function (e) { | ||
handler(e.target, e.target.title, e.customData.touchX, e.customData.touchY); | ||
handler(e.currentTarget, e.currentTarget.title, e.customData.touchX, e.customData.touchY); | ||
}; | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "abbr-touch", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Makes <abbr> element title attributes touch accessible", | ||
@@ -27,4 +27,4 @@ "main": "abbr-touch.js", | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-jasmine": "^0.8.2", | ||
"grunt-eslint": "^13.0.0" | ||
"grunt-contrib-jasmine": "^0.9.2", | ||
"grunt-eslint": "^17.0.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "dependencies": { |
53935