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 0b082e3 commit d8a4f6fCopy full SHA for d8a4f6f
ui/datepicker.js
@@ -256,7 +256,7 @@ var widget = $.widget( "ui.datepicker", {
256
this._setHiddenPicker();
257
this._hide( this.calendar, this.options.hide );
258
259
- this.element.attr( "tabindex" , 0 );
+ this.element.attr( "tabindex", 0 );
260
261
this.isOpen = false;
262
this._trigger( "close", event );
@@ -275,7 +275,7 @@ var widget = $.widget( "ui.datepicker", {
275
276
value: function( value ) {
277
if ( arguments.length ) {
278
- this.valueAsDate( Globalize.parseDate( value , this.options.dateFormat ) );
+ this.valueAsDate( Globalize.parseDate( value, this.options.dateFormat ) );
279
} else {
280
return this._getParsedValue() ? this.element.val() : null;
281
}
0 commit comments