Add missing semi-colon (jshint)

This commit is contained in:
JC Brand 2013-07-27 10:53:22 +02:00
parent a9a3724766
commit 8f8ecbd78c

View File

@ -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,