Remove empty line

pull/256/head
cagataycivici 2020-03-17 12:48:55 +03:00
parent f67d13efd8
commit 805b312fbc
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ export default {
const target = this.$children ? this.$children[0]: null;
if (target) {
this.mask = document.createElement('div');
this.mask.setAttribute('class', 'p-blockui');
target.$el.appendChild(this.mask);
target.$el.style.position = 'relative';