Commit 33630416 authored by JC Brand's avatar JC Brand

`_super` has been renamed to `__super__`.

parent 3e77deee
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment