From 758b37c29f65e0865c178fbe23e7729b389d0ffd Mon Sep 17 00:00:00 2001 From: Arunoda Susiripala Date: Mon, 19 Sep 2016 14:13:36 +0530 Subject: [PATCH] Make the example to work with Safari --- example/stories/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/stories/index.js b/example/stories/index.js index 91180b1c189..9c86189b344 100644 --- a/example/stories/index.js +++ b/example/stories/index.js @@ -18,7 +18,7 @@ storiesOf('Example of Knobs', module) )) .add('with all knobs', () => { const name = text('Name', 'Tom Cary'); - const dob = date('DOB', new Date('1889 Jan 20')); + const dob = date('DOB', new Date('January 20 1887')); const bold = boolean('Bold', false); const color = select('Color', { red: 'Red',