From 10ff094b4620478a8de36a7c47d55fbd2eb0d13a Mon Sep 17 00:00:00 2001 From: yiminghe Date: Tue, 4 Aug 2015 18:44:07 +0800 Subject: [PATCH] typo --- components/datepicker/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/datepicker/index.jsx b/components/datepicker/index.jsx index a427146c36..9fda2e8f2f 100644 --- a/components/datepicker/index.jsx +++ b/components/datepicker/index.jsx @@ -42,7 +42,7 @@ export default React.createClass({ format: 'yyyy-MM-dd', placeholder: '请选择日期', transitionName: 'slide-up', - onSelect: function () { + onSelect() { } }; },