pepjs-offset
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "pepjs-offset", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"main": "dist/pep.js", | ||
@@ -5,0 +5,0 @@ "description": "Polyfill of the PointerEvents W3C spec", |
@@ -43,3 +43,5 @@ import PointerEvent from './PointerEvent'; | ||
'pageY', | ||
'timeStamp' | ||
'timeStamp', | ||
'offsetX', | ||
'offsetY', | ||
]; | ||
@@ -46,0 +48,0 @@ |
121587
3087