Skip to content

Commit a5734cd

Browse files
fnagelscottgonzalez
authored andcommitted
Datepicker: Remove whitespace
Ref gh-1432
1 parent 876aed3 commit a5734cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/datepicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ var widget = $.widget( "ui.datepicker", {
255255
this._setHiddenPicker();
256256
this._hide( this.calendar, this.options.hide );
257257

258-
this.element.attr( "tabindex" , 0 );
258+
this.element.attr( "tabindex", 0 );
259259

260260
this.isOpen = false;
261261
this._trigger( "close", event );
@@ -274,7 +274,7 @@ var widget = $.widget( "ui.datepicker", {
274274

275275
value: function( value ) {
276276
if ( arguments.length ) {
277-
this.valueAsDate( Globalize.parseDate( value , this.options.dateFormat ) );
277+
this.valueAsDate( Globalize.parseDate( value, this.options.dateFormat ) );
278278
} else {
279279
return this._getParsedValue() ? this.element.val() : null;
280280
}

0 commit comments

Comments
 (0)