add option escape, fixes

This commit is contained in:
vitalets
2013-09-22 01:05:42 +04:00
parent fff300e2bd
commit 1329e0ccf9
11 changed files with 38 additions and 19 deletions

@ -67,7 +67,7 @@ $(function(){
value2html: function(value, element) {
var text = $.datepicker.formatDate(this.options.viewformat, value);
DateUI.superclass.value2html(text, element);
DateUI.superclass.value2html.call(this, text, element);
},
html2value: function(html) {