mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
SEMICOLONS ;.;
This commit is contained in:
@ -347,7 +347,7 @@ class PluginApi {
|
||||
* and returns a hash of attrs to pass to the widget
|
||||
**/
|
||||
addHeaderPanel(name, toggle, attrFn) {
|
||||
queryRegistry('header').prototype.attachAdditionalPanel(name, toggle, attrFn)
|
||||
queryRegistry('header').prototype.attachAdditionalPanel(name, toggle, attrFn);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user