You are here

constant FULLCALENDAR_MIN_JQUERY_VERSION in FullCalendar 6.2

Same name and namespace in other branches
  1. 6 fullcalendar.module \FULLCALENDAR_MIN_JQUERY_VERSION

The minimum supported jQuery version.

2 uses of FULLCALENDAR_MIN_JQUERY_VERSION
fullcalendar_requirements in ./fullcalendar.install
Implementation of hook_requirements().
_fullcalendar_status in ./fullcalendar.module
Checks FullCalendar dependencies, jQuery version, and Colorbox plugin.

File

./fullcalendar.module, line 21
Provides a views style plugin for FullCalendar

Code

define('FULLCALENDAR_MIN_JQUERY_VERSION', '1.3.2');