Consistent whitespace for union types

This commit is contained in:
Theodore Brown
2015-05-07 09:54:24 -05:00
parent 6ebceeb8bd
commit 668800dbfb

View File

@@ -203,7 +203,7 @@ declare module Pickadate {
* The first day of the week can be set to either Sunday or Monday.
* True or 1 sets it as Monday and false or 0 as Sunday.
*/
firstDay?: boolean|number;
firstDay?: boolean | number;
/**
* Set the minimum selectable date on the picker. Accepts a Date object,