aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2014-06-03 23:18:51 +0200
committerScott González <scott.gonzalez@gmail.com>2015-01-29 17:52:46 -0500
commit510ba08cff1656775d7a4625624686fe07de926c (patch)
treeb04a4d69aff37c552f50f8c6f8485eaa59ef5a48 /Gruntfile.js
parent35b52a0dfca4654c96db7b0c2871328404b6bee8 (diff)
downloadjquery-ui-510ba08cff1656775d7a4625624686fe07de926c.tar.gz
jquery-ui-510ba08cff1656775d7a4625624686fe07de926c.zip
Calendar: Add calendar widget
Add calendar widget by copying and renaming datepicker widget files. Remove datepicker functionality, options and methods from Calendar. Remove calendar functionality, options and methods from Datepicker. Adjust tests due to split and changed specification. Remove duplicated demo files and fix some demos. Simplify calendar generation, use CSS instead of inline styles. Fix destroy method. Make use of uniqueId method. Fix focus highlighting when month is changed. Add version property. Add common unit tests. Fix input keyboard handling.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 3dba46987..6f5000c6f 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -28,6 +28,7 @@ var
"core",
"accordion",
"autocomplete",
+ "calendar",
"button",
"datepicker",
"dialog",