Explorar o código

Add missing semi-colon (jshint)

JC Brand %!s(int64=12) %!d(string=hai) anos
pai
achega
8f8ecbd78c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -1869,7 +1869,7 @@
                 }
                 callback(jid, fullname, img, img_type, url);
             }, this), jid, errback);
-        }
+        };
 
         this.RosterItems = Backbone.Collection.extend({
             model: converse.RosterItem,