electron-panel
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -20,4 +20,4 @@ 'use strict'; | ||
let el = frameELs[i]; | ||
if ( el.beforeunload ) { | ||
stopUnload = el.beforeunload(); | ||
if ( el.beforeUnload ) { | ||
stopUnload = el.beforeUnload(); | ||
} | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "electron-panel", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "Manipulate panels in window for Electron", | ||
@@ -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