@cnbritain/merlin-frontend-elementmagnify-js
Advanced tools
Comparing version 1.5.8 to 1.5.9
@@ -97,5 +97,5 @@ "use strict"; | ||
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--close"), "touchend", this._hooks.onClose); | ||
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--plus"), "touchend", this._hooks.onZoomIn); | ||
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--minus"), "touchend", this._hooks.onZoomOut); | ||
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--close"), "click", this._hooks.onClose); | ||
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--plus"), "click", this._hooks.onZoomIn); | ||
addEvent(this._magnifierLayer.querySelector(".g-magnifier__btn--minus"), "click", this._hooks.onZoomOut); | ||
}, | ||
@@ -102,0 +102,0 @@ |
{ | ||
"name": "@cnbritain/merlin-frontend-elementmagnify-js", | ||
"cnOptions": {}, | ||
"version": "1.5.8", | ||
"version": "1.5.9", | ||
"description": "A handy-dandy reusuable front-end component for great justice.", | ||
@@ -6,0 +6,0 @@ "main": "js/index.js", |
41558