control-panel
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -73,3 +73,6 @@ var EventEmitter = require('events').EventEmitter | ||
setTimeout(function () { | ||
self.emit('initialized', input.checked) | ||
var state = inputs.map(function (d) { | ||
return d.checked | ||
}) | ||
self.emit('initialized', state) | ||
}) | ||
@@ -76,0 +79,0 @@ |
{ | ||
"name": "control-panel", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "embeddable panel of inputs for parameter setting", | ||
@@ -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
94654
1280