devtools-contextmenu
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -56,3 +56,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
if (!isFirefoxPanel()) { | ||
if (!inToolbox()) { | ||
Menu.prototype.createPopup = createPopup; | ||
@@ -90,3 +90,3 @@ } | ||
if (isFirefoxPanel()) { | ||
if (inToolbox()) { | ||
menu.popup(evt.screenX, evt.screenY, { doc: window.parent.document }); | ||
@@ -93,0 +93,0 @@ return; |
{ | ||
"name": "devtools-contextmenu", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "DevTools Contextmenu", | ||
@@ -5,0 +5,0 @@ "main": "menu.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
5608