SEMICOLONS ;.;
This commit is contained in:
parent
a4127a8f71
commit
c99883cf65
|
@ -347,7 +347,7 @@ class PluginApi {
|
||||||
* and returns a hash of attrs to pass to the widget
|
* and returns a hash of attrs to pass to the widget
|
||||||
**/
|
**/
|
||||||
addHeaderPanel(name, toggle, attrFn) {
|
addHeaderPanel(name, toggle, attrFn) {
|
||||||
queryRegistry('header').prototype.attachAdditionalPanel(name, toggle, attrFn)
|
queryRegistry('header').prototype.attachAdditionalPanel(name, toggle, attrFn);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -187,7 +187,7 @@ export default createWidget('header', {
|
||||||
},
|
},
|
||||||
|
|
||||||
attachAdditionalPanel(name, toggle, attrFn) {
|
attachAdditionalPanel(name, toggle, attrFn) {
|
||||||
this.additionalPanels.push({ name, toggle, attrFn })
|
this.additionalPanels.push({ name, toggle, attrFn });
|
||||||
},
|
},
|
||||||
|
|
||||||
html(attrs, state) {
|
html(attrs, state) {
|
||||||
|
|
Loading…
Reference in New Issue