/** * Account dropdown within public header * */ cdb.open.AccountDropdown = cdb.admin.DropdownMenu.extend({ _TEMPLATE: ' \
\ ', render: function() { this.$el .html(_.template(this._TEMPLATE)(this.model.attributes)) .css({ width: this.options.width }) return this; } });