update bull

This commit is contained in:
Yuri Kuznetsov
2020-03-25 12:09:52 +02:00
parent 2b824537eb
commit 8ec6a350fd
+4
View File
@@ -1026,6 +1026,10 @@ var Bull = Bull || {};
onRemove: function () {},
_ensureElement: function () {
this.$el = $();
},
_setElement: function (el) {
if (typeof el === 'string') {
var parentView = this.getParentView();