Add missing semi-colon (jshint)
This commit is contained in:
parent
a9a3724766
commit
8f8ecbd78c
@ -1869,7 +1869,7 @@
|
|||||||
}
|
}
|
||||||
callback(jid, fullname, img, img_type, url);
|
callback(jid, fullname, img, img_type, url);
|
||||||
}, this), jid, errback);
|
}, this), jid, errback);
|
||||||
}
|
};
|
||||||
|
|
||||||
this.RosterItems = Backbone.Collection.extend({
|
this.RosterItems = Backbone.Collection.extend({
|
||||||
model: converse.RosterItem,
|
model: converse.RosterItem,
|
||||||
|
Loading…
Reference in New Issue
Block a user