We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876aed3 commit a5734cdCopy full SHA for a5734cd
ui/datepicker.js
@@ -255,7 +255,7 @@ var widget = $.widget( "ui.datepicker", {
255
this._setHiddenPicker();
256
this._hide( this.calendar, this.options.hide );
257
258
- this.element.attr( "tabindex" , 0 );
+ this.element.attr( "tabindex", 0 );
259
260
this.isOpen = false;
261
this._trigger( "close", event );
@@ -274,7 +274,7 @@ var widget = $.widget( "ui.datepicker", {
274
275
value: function( value ) {
276
if ( arguments.length ) {
277
- this.valueAsDate( Globalize.parseDate( value , this.options.dateFormat ) );
+ this.valueAsDate( Globalize.parseDate( value, this.options.dateFormat ) );
278
} else {
279
return this._getParsedValue() ? this.element.val() : null;
280
}
0 commit comments