fix missing return in BetterLabeledComponent view (#1332)
This commit is contained in:
parent
5132c50ec0
commit
17ee04c00a
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ var BetterSelect = {
|
||||||
// PREFER refactor variability out
|
// PREFER refactor variability out
|
||||||
var BetterLabeledComponent = {
|
var BetterLabeledComponent = {
|
||||||
view: function(vnode) {
|
view: function(vnode) {
|
||||||
m("div", [
|
return m("div", [
|
||||||
m("label", vnode.attrs.title),
|
m("label", vnode.attrs.title),
|
||||||
vnode.children,
|
vnode.children,
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue