markerwithlabel
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -82,4 +82,4 @@ /** | ||
// This is needed for proper behavior on MSIE: | ||
this.eventDiv_.setAttribute("onselectstart", "return false;"); | ||
this.eventDiv_.setAttribute("ondragstart", "return false;"); | ||
this.eventDiv_.addEventListener('selectstart', function() { return false; }); | ||
this.eventDiv_.addEventListener('dragstart', function() { return false; }); | ||
@@ -86,0 +86,0 @@ // Get the DIV for the "X" to be displayed when the marker is raised. |
{ | ||
"name": "markerwithlabel", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "npm module of Google Map utility's Marker With Label", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77553