react-big-calendar
Advanced tools
Comparing version 0.33.5 to 0.33.6
@@ -689,3 +689,3 @@ "use strict"; | ||
/** | ||
* Callback fired when a focused calendar event recieves a key press. | ||
* Callback fired when a focused calendar event receives a key press. | ||
* | ||
@@ -845,3 +845,3 @@ * ```js | ||
/** | ||
* Specifies the number of miliseconds the user must press and hold on the screen for a touch | ||
* Specifies the number of milliseconds the user must press and hold on the screen for a touch | ||
* to be considered a "long press." Long presses are used for time slot selection on touch | ||
@@ -848,0 +848,0 @@ * devices. |
@@ -30,3 +30,3 @@ "use strict"; | ||
var minutesFromMidnight = dates.diff(daystart, start, 'minutes') + daystartdstoffset; | ||
var numGroups = Math.ceil(totalMin / (step * timeslots)); | ||
var numGroups = Math.ceil((totalMin - 1) / (step * timeslots)); | ||
var numSlots = numGroups * timeslots; | ||
@@ -33,0 +33,0 @@ var groups = new Array(numGroups); |
{ | ||
"name": "react-big-calendar", | ||
"version": "0.33.5", | ||
"version": "0.33.6", | ||
"description": "Calendar! with events", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -5,3 +5,3 @@ # react-big-calendar | ||
[**DEMO and Docs**](http://jquense.github.io/react-big-calendar/examples/index.html) | ||
[**DEMO and Docs**](https://jquense.github.io/react-big-calendar/examples/index.html) | ||
@@ -8,0 +8,0 @@ Inspired by [Full Calendar](http://fullcalendar.io/). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1134313