fix vrecdialog constructor

pull/7012/head
Flavio Grossi 9 years ago
parent 57b54ea26d
commit ab0cc87f73
  1. 10
      packages/rocketchat-ui-vrecord/client/VRecDialog.js

@ -1,9 +1,9 @@
export const VRecDialog = new class {
static initClass() {
this.prototype.opened = false;
this.prototype.initiated = false;
this.prototype.width = 400;
this.prototype.height = 280;
constructor() {
this.opened = false;
this.initiated = false;
this.width = 400;
this.height = 280;
}
init() {

Loading…
Cancel
Save