Refactoring LoadMask component
This commit is contained in:
parent
13d9a4d31c
commit
7afb5e9a59
|
@ -167,7 +167,7 @@ define([
|
|||
},
|
||||
|
||||
isVisible: function() {
|
||||
return loaderEl.is(':visible');
|
||||
return !!ownerEl.ismasked;
|
||||
},
|
||||
|
||||
updatePosition: function() {
|
||||
|
|
Loading…
Reference in a new issue