Comparing version 2.2.0 to 2.2.1
@@ -29,2 +29,3 @@ var h = require('hyperscript') | ||
d.selected = selection = sel | ||
if(onSelect) onSelect(selection) | ||
return sel | ||
@@ -34,3 +35,3 @@ } | ||
var d = h('div.hypertabs.column', Menu(content, function () { | ||
getSelection() && onSelect && onSelect(selection) | ||
getSelection() | ||
}), h('div.column', content)) | ||
@@ -97,1 +98,2 @@ | ||
{ | ||
"name": "hypertabs", | ||
"description": "tabbed interface with hyperscript", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"homepage": "https://github.com/dominictarr/hypertabs", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
9498
247