slickgrid
Advanced tools
Comparing version 2.4.34 to 2.4.35
{ | ||
"name": "slickgrid", | ||
"version": "2.4.34", | ||
"version": "2.4.35", | ||
"description": "A lightning fast JavaScript grid/spreadsheet", | ||
@@ -5,0 +5,0 @@ "main": "slick.core.js", |
@@ -421,2 +421,5 @@ /*** | ||
this.deactivate = function (editController) { | ||
if (!activeEditController) { | ||
return; | ||
} | ||
if (activeEditController !== editController) { | ||
@@ -423,0 +426,0 @@ throw new Error("SlickGrid.EditorLock.deactivate: specified editController is not the currently active one"); |
Sorry, the diff of this file is too big to display
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
4568535
101241