aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/12hours.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/12hours.js')
-rw-r--r--examples/12hours.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/12hours.js b/examples/12hours.js
index 72d6950..6281210 100644
--- a/examples/12hours.js
+++ b/examples/12hours.js
@@ -25,6 +25,7 @@ ReactDom.render(
25 onChange={onChange} 25 onChange={onChange}
26 format={format} 26 format={format}
27 use12Hours 27 use12Hours
28 inputReadOnly
28 />, 29 />,
29 document.getElementById('__react-content') 30 document.getElementById('__react-content')
30); 31);