1
2
3
4
5
6
7
8
Xmpp.Views.Popup ||= {}
class Xmpp.Views.Popup.PopupView extends Backbone.View
superTemplate: JST["backbone/templates/popup/popup"]
el: $('#js-popup')
render: (childHtml) ->
$(@el).html(@superTemplate()).append(childHtml)