@jspreadsheet/contextmenu_shortcut
Advanced tools
Comparing version 1.3.0 to 1.3.1
/** | ||
* Plugin shortcut context menu for jExcel Pro / jSpreadSheet | ||
* | ||
* @version 1.3.0 | ||
* @version 1.3.1 | ||
* @author Guillaume Bonnaire <contact@gbonnaire.fr> | ||
@@ -20,2 +20,3 @@ * @website https://repo.gbonnaire.fr | ||
global.jss_contextmenu_shortcut = factory(); | ||
global.jexcel_contextmenu_shortcut = global.jss_contextmenu_shortcut; | ||
}(this, (function () { | ||
@@ -202,5 +203,2 @@ return (function(instance, options) { | ||
}))); | ||
// Compatibility Old version | ||
window.jexcel_contextmenu_shortcut = jss_contextmenu_shortcut; | ||
}))); |
@@ -28,3 +28,3 @@ { | ||
"main": "index.js", | ||
"version": "1.3.0" | ||
"version": "1.3.1" | ||
} |
@@ -210,3 +210,3 @@ ## jSpreadsheet Plugin : Contextmenu shortcut | ||
```HTML | ||
<script src="https://cdn.jsdelivr.net/gh/GBonnaire/jspreadsheet-plugins-and-editors@latest/plugins/contextmenu_shortcut.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/GBonnaire/jspreadsheet-plugins-and-editors@latest/plugins/dist/contextmenu_shortcut.min.js"></script> | ||
``` | ||
@@ -213,0 +213,0 @@ |
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
36909
191