bugfix
This commit is contained in:
parent
2a6f2d8b0b
commit
17e7e2f912
@ -320,7 +320,7 @@ bricks.JsWidget = class {
|
||||
this.dom_element.removeEventListener(eventname, handler);
|
||||
}
|
||||
dispatch(eventname, params){
|
||||
if (params is null){
|
||||
if (! params){
|
||||
params = {};
|
||||
}
|
||||
params.referer = this.id;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user