jsdialog: add missing 'dialog' handler
Change-Id: Id2b5afcf2e3d831e6fd058a89495e89c59da8178 Signed-off-by: Henry Castro <hcastro@collabora.com>
This commit is contained in:
parent
ca2874e6a3
commit
4f1c88ba75
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
|
|||
this._controlHandlers['paneltabs'] = this._panelTabsHandler;
|
||||
this._controlHandlers['singlepanel'] = this._singlePanelHandler;
|
||||
this._controlHandlers['container'] = this._containerHandler;
|
||||
this._controlHandlers['dialog'] = this._containerHandler;
|
||||
this._controlHandlers['window'] = this._containerHandler;
|
||||
this._controlHandlers['borderwindow'] = this._containerHandler;
|
||||
this._controlHandlers['control'] = this._containerHandler;
|
||||
|
|
Loading…
Reference in a new issue