Replace missing widgit registration

This commit is contained in:
nathangray 2020-01-22 07:56:12 -07:00 committed by Hadi Nategh
parent 4c46d3f4de
commit bd584dc991
3 changed files with 4 additions and 2 deletions

View File

@ -793,4 +793,5 @@ var et2_dialog = /** @class */ (function (_super) {
et2_dialog.NO_BUTTON = 3;
return et2_dialog;
}(et2_core_widget_1.et2_widget));
et2_register_widget(et2_dialog, ["dialog"]);
//# sourceMappingURL=et2_widget_dialog.js.map

File diff suppressed because one or more lines are too long

View File

@ -831,4 +831,5 @@ class et2_dialog extends et2_widget {
return dialog;
}
}
}
et2_register_widget(et2_dialog, ["dialog"]);