Explorar o código

`_super` has been renamed to `__super__`.

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

+ 1 - 1
src/converse-bookmarks.js

@@ -50,7 +50,7 @@
                 },
 
                 render: function (options) {
-                    this._super.render.apply(this, arguments);
+                    this.__super__.render.apply(this, arguments);
                     var label_bookmark = _('Bookmark this room');
                     // TODO: check if bookmarked, and if so, add button-on class
                     this.$el.find('.chat-head-chatroom .icon-wrench').before(