diff options
author | MG12 <wuzhao.mail@gmail.com> | 2015-12-03 23:36:20 +0800 |
---|---|---|
committer | MG12 <wuzhao.mail@gmail.com> | 2015-12-03 23:36:20 +0800 |
commit | a6978323930a81d983b0051ad61bcf81fb7a7235 (patch) | |
tree | 2679a44e3c1e7b57effac4f4773eb83478f6cfd3 /examples | |
parent | 886312ffa19f856eaf4c60f096d6afe7b44359a9 (diff) | |
download | time-picker-a6978323930a81d983b0051ad61bcf81fb7a7235.tar.gz time-picker-a6978323930a81d983b0051ad61bcf81fb7a7235.tar.zst time-picker-a6978323930a81d983b0051ad61bcf81fb7a7235.zip |
add picker test case
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pick-time.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/pick-time.js b/examples/pick-time.js index 178b622..f26952c 100644 --- a/examples/pick-time.js +++ b/examples/pick-time.js | |||
@@ -29,6 +29,3 @@ ReactDom.render( | |||
29 | onChange={onChange}/>, | 29 | onChange={onChange}/>, |
30 | document.getElementById('__react-content') | 30 | document.getElementById('__react-content') |
31 | ); | 31 | ); |
32 | |||
33 | |||
34 | console.log(zhCn); \ No newline at end of file | ||