Make the example to work with Safari

This commit is contained in:
Arunoda Susiripala 2016-09-19 14:13:36 +05:30
parent 53a97a75d4
commit 758b37c29f

View File

@ -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',