var $, $1, DatePicker, DatePickerView, InputWidget, _, p, bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; _ = require("underscore"); $ = require("jquery"); $1 = require("jquery-ui/datepicker"); p = require("../../core/properties"); InputWidget = require("./input_widget"); DatePickerView = (function(superClass) { extend(DatePickerView, superClass); function DatePickerView() { this.onSelect = bind(this.onSelect, this); return DatePickerView.__super__.constructor.apply(this, arguments); } DatePickerView.prototype.initialize = function(options) { DatePickerView.__super__.initialize.call(this, options); this.label = $('