Patch #28618 ยป file1.patch
public/javascripts/application.js (working copy) | ||
---|---|---|
836 | 836 |
if (nativeDateInputSupported) { |
837 | 837 |
return this; |
838 | 838 |
} else { |
839 |
return this.datepicker( options );
|
|
839 |
return this.datepicker.apply( this, Array.from(arguments) );
|
|
840 | 840 |
} |
841 | 841 |
}; |
842 | 842 |
}( jQuery )); |