svgmap 2.18.3 → 2.18.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1160,7 +1160,7 @@
1160
1160
  var me = this;
1161
1161
 
1162
1162
  // Init pan zoom
1163
- this.mapPanZoom = svgPanZoom.svgPanZoom(this.mapImage, {
1163
+ this.mapPanZoom = svgPanZoom(this.mapImage, {
1164
1164
  zoomEnabled: this.options.allowInteraction,
1165
1165
  panEnabled: this.options.allowInteraction,
1166
1166
  fit: true,