Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
2016-03-29 13:01:10 +07:00
Bruce Mitchener
71594b0e5c
Remove manual binding for 'this'.
...
Use ES7 style class members for event handlers so that 'this' is
automatically bound and each definition site doesn't need to manually
invoke 'bind'.
This makes all existing ES2015 class usages in components use the
same mechanism for binding.
2016-03-28 20:36:11 +07:00
Bruce Mitchener
50a2163518
Don't directly import Component, use React.Component.
...
This is another step towards making the code internally consistent.
2016-03-26 16:22:39 +07:00
afc163
1e001d2d82
upgrade eslint-config-airbnb
2016-01-11 09:48:29 +08:00
yiminghe
697fb5d8f9
add locale for calendar
2015-11-16 20:24:37 +08:00
血诺
37437014ae
add header select minWidth style
2015-11-16 15:07:02 +08:00
afc163
e8bc6f58ba
rm NoteList, it should be in demo
2015-11-13 19:56:34 +08:00
afc163
1dadd262b9
update calendar
2015-11-13 18:20:22 +08:00
血诺
1ec5bbb66f
fix details
2015-11-12 23:51:38 +08:00
血诺
d950c63c80
improve calendar
2015-11-12 21:34:33 +08:00