/*! backbone-bootstrap-modals 0.3.2 http://github.com/leafygreen/backbone-bootstrap-modals Licensed under the MIT license. */ !function(a,b){"function"==typeof define&&define.amd?define(["underscore","backbone"],function(c,d){return a.BackboneBootstrapModals=b(c,d)}):"object"==typeof exports?module.exports=b(require("underscore"),require("backbone")):a.BackboneBootstrapModals=b(a._,a.Backbone)}(this,function(a,b){"use strict";var c={};return c.BaseHeaderView=b.View.extend({className:"modal-header",initialize:function(a){var b=a||{};this.label=b.label||"",this.labelId=b.labelId||"myModalLabel",this.labelTagName=b.labelTagName||"h4",this.showClose=void 0!==b.showClose?b.showClose:!0},render:function(){var a,c=b.$("<"+this.labelTagName+">",{id:this.labelId,"class":"modal-title"}).text(this.label);return this.showClose&&(a=b.$("