Skip to content

Commit

Permalink
[docs] fix example and change globalize version wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Nov 29, 2015
1 parent dc90943 commit 45636b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ with the calendar component.
Date internationalization and localization is __hard__ and `react-big-calendar` doesn't even attempt to
solve that problem. Instead you can use one of the many excellent solutions already
out there, via adapters called "localizers". Big Calendar comes with two localizers for use
with [Globalize.js](https://github.com/jquery/globalize) (v0.1.0 supported) or [Moment.js](http://momentjs.com/).
with [Globalize.js](https://github.com/jquery/globalize) or [Moment.js](http://momentjs.com/).

Choose the localizer that best suits your needs, or write your own. Whatever you do, you'll need to set it up
before you can use the calendar (you only need to set it up once).
Expand Down
2 changes: 0 additions & 2 deletions examples/demos/selectable.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ let Selectable = React.createClass({
selectable
events={events}
defaultView='week'
min={new Date(2015, 3, 1, 4, 0, 0)}
max={new Date(2015, 3, 1, 16, 30, 0)}
defaultDate={new Date(2015, 3, 1)}
onSelectEvent={event => alert(event.title)}
onSelectSlot={(slotInfo) => alert(
Expand Down

0 comments on commit 45636b0

Please sign in to comment.