Merge branch 'development' of https://github.com/crtaylor123/KiwiIRC into crtaylor123...
[KiwiIRC.git] / client / src / models / channelinfo.js
1 _kiwi.model.ChannelInfo = Backbone.Model.extend({
2 initialize: function () {
3 this.view = new _kiwi.view.ChannelInfo({"model": this});
4 }
5 });