bugfix
This commit is contained in:
parent
5496d7b841
commit
c0f2ced739
@ -43,7 +43,7 @@ bricks.show_message = function(opts){
|
||||
w.open();
|
||||
}
|
||||
|
||||
bricks.PopupForm = class extends bricks.BPopup {
|
||||
bricks.PopupForm = class extends bricks.VBox {
|
||||
/*
|
||||
{
|
||||
form:{
|
||||
@ -63,4 +63,3 @@ bricks.PopupForm = class extends bricks.BPopup {
|
||||
}
|
||||
bricks.Factory.register('Message', bricks.Message);
|
||||
bricks.Factory.register('Error', bricks.Error);
|
||||
bricks.Factory.register('PopupForm', bricks.PopupForm);
|
||||
|
Loading…
Reference in New Issue
Block a user