Skip to content

Commit

Permalink
delete redundant symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
dardalan committed Sep 11, 2015
1 parent 9ec6695 commit 9ba3ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CalendarControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var CalendarControls = React.createClass({displayName: "CalendarControls",
render: function() {
if (this.props.calendarMonthShort) {
return (
sReact.createElement("div", {className: "clndr-controls"},
React.createElement("div", {className: "clndr-controls"},
React.createElement("span", {className: "icon-arrow-left", onClick: this._onPrev}),
React.createElement("div", {className: "current-month"}, this.props.date.format('MMM YYYY')),
React.createElement("span", {className: "icon-arrow-right", onClick: this._onNext})
Expand Down

0 comments on commit 9ba3ff0

Please sign in to comment.