We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cba05 commit 366bd68Copy full SHA for 366bd68
js/views/loadingView.js
@@ -16,7 +16,7 @@
16
17
this.showDelay = opts.showDelay || 0;
18
19
- this._loadingBox = this.el.querySelector('.loading');
+ this._loadingBox = this.el.querySelector('.loading') || this.el;
20
},
21
show: function() {
22
var _this = this;
0 commit comments