update bull
This commit is contained in:
@@ -1026,6 +1026,10 @@ var Bull = Bull || {};
|
||||
|
||||
onRemove: function () {},
|
||||
|
||||
_ensureElement: function () {
|
||||
this.$el = $();
|
||||
},
|
||||
|
||||
_setElement: function (el) {
|
||||
if (typeof el === 'string') {
|
||||
var parentView = this.getParentView();
|
||||
|
||||
Reference in New Issue
Block a user