Skip to content

Commit ff62bdf

Browse files
committed
Merge branch 'master' of github.com:jquery/jquery-ui
2 parents 0bbfbd4 + 6e84a8b commit ff62bdf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+112
-54
lines changed

MIT-LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 Paul Bakaus, http://jqueryui.com/
1+
Copyright (c) 2011 Paul Bakaus, http://jqueryui.com/
22

33
This software consists of voluntary contributions made by many
44
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact

demos/datepicker/localization.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
<script src="../../ui/i18n/jquery.ui.datepicker-da.js"></script>
1919
<script src="../../ui/i18n/jquery.ui.datepicker-de.js"></script>
2020
<script src="../../ui/i18n/jquery.ui.datepicker-el.js"></script>
21+
<script src="../../ui/i18n/jquery.ui.datepicker-en-AU.js"></script>
2122
<script src="../../ui/i18n/jquery.ui.datepicker-en-GB.js"></script>
23+
<script src="../../ui/i18n/jquery.ui.datepicker-en-NZ.js"></script>
2224
<script src="../../ui/i18n/jquery.ui.datepicker-eo.js"></script>
2325
<script src="../../ui/i18n/jquery.ui.datepicker-es.js"></script>
2426
<script src="../../ui/i18n/jquery.ui.datepicker-et.js"></script>
@@ -41,12 +43,14 @@
4143
<script src="../../ui/i18n/jquery.ui.datepicker-kz.js"></script>
4244
<script src="../../ui/i18n/jquery.ui.datepicker-lt.js"></script>
4345
<script src="../../ui/i18n/jquery.ui.datepicker-lv.js"></script>
46+
<script src="../../ui/i18n/jquery.ui.datepicker-ml.js"></script>
4447
<script src="../../ui/i18n/jquery.ui.datepicker-ms.js"></script>
4548
<script src="../../ui/i18n/jquery.ui.datepicker-nl.js"></script>
4649
<script src="../../ui/i18n/jquery.ui.datepicker-no.js"></script>
4750
<script src="../../ui/i18n/jquery.ui.datepicker-pl.js"></script>
4851
<script src="../../ui/i18n/jquery.ui.datepicker-pt.js"></script>
4952
<script src="../../ui/i18n/jquery.ui.datepicker-pt-BR.js"></script>
53+
<script src="../../ui/i18n/jquery.ui.datepicker-rm.js"></script>
5054
<script src="../../ui/i18n/jquery.ui.datepicker-ro.js"></script>
5155
<script src="../../ui/i18n/jquery.ui.datepicker-ru.js"></script>
5256
<script src="../../ui/i18n/jquery.ui.datepicker-sk.js"></script>
@@ -97,6 +101,8 @@
97101
<option value="cs">Czech (&#269;e&#353;tina)</option>
98102
<option value="da">Danish (Dansk)</option>
99103
<option value="nl">Dutch (Nederlands)</option>
104+
<option value="en-AU">English/Australia</option>
105+
<option value="en-NZ">English/New Zealand</option>
100106
<option value="en-GB">English/UK</option>
101107
<option value="eo">Esperanto</option>
102108
<option value="et">Estonian (eesti keel)</option>
@@ -118,11 +124,13 @@
118124
<option value="kz">Kazakhstan (Kazakh)</option>
119125
<option value="lv">Latvian (Latvie&ouml;u Valoda)</option>
120126
<option value="lt">Lithuanian (lietuviu kalba)</option>
127+
<option value="ml">Malayalam</option>
121128
<option value="ms">Malaysian (Bahasa Malaysia)</option>
122129
<option value="no">Norwegian (Norsk)</option>
123130
<option value="pl">Polish (Polski)</option>
124131
<option value="pt">Portuguese (Portugu&ecirc;s)</option>
125132
<option value="pt-BR">Portuguese/Brazilian (Portugu&ecirc;s)</option>
133+
<option value="rm">Rhaeto-Romanic (Romansh)</option>
126134
<option value="ro">Romanian (Rom&acirc;n&#259;)</option>
127135
<option value="ru">Russian (&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;)</option>
128136
<option value="sr">Serbian (&#1089;&#1088;&#1087;&#1089;&#1082;&#1080; &#1112;&#1077;&#1079;&#1080;&#1082;)</option>

demos/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
<script src="../ui/i18n/jquery.ui.datepicker-da.js"></script>
5353
<script src="../ui/i18n/jquery.ui.datepicker-de.js"></script>
5454
<script src="../ui/i18n/jquery.ui.datepicker-el.js"></script>
55+
<script src="../ui/i18n/jquery.ui.datepicker-en-AU.js"></script>
5556
<script src="../ui/i18n/jquery.ui.datepicker-en-GB.js"></script>
57+
<script src="../ui/i18n/jquery.ui.datepicker-en-NZ.js"></script>
5658
<script src="../ui/i18n/jquery.ui.datepicker-eo.js"></script>
5759
<script src="../ui/i18n/jquery.ui.datepicker-es.js"></script>
5860
<script src="../ui/i18n/jquery.ui.datepicker-et.js"></script>
@@ -75,12 +77,14 @@
7577
<script src="../ui/i18n/jquery.ui.datepicker-kz.js"></script>
7678
<script src="../ui/i18n/jquery.ui.datepicker-lt.js"></script>
7779
<script src="../ui/i18n/jquery.ui.datepicker-lv.js"></script>
80+
<script src="../ui/i18n/jquery.ui.datepicker-ml.js"></script>
7881
<script src="../ui/i18n/jquery.ui.datepicker-ms.js"></script>
7982
<script src="../ui/i18n/jquery.ui.datepicker-nl.js"></script>
8083
<script src="../ui/i18n/jquery.ui.datepicker-no.js"></script>
8184
<script src="../ui/i18n/jquery.ui.datepicker-pl.js"></script>
8285
<script src="../ui/i18n/jquery.ui.datepicker-pt.js"></script>
8386
<script src="../ui/i18n/jquery.ui.datepicker-pt-BR.js"></script>
87+
<script src="../ui/i18n/jquery.ui.datepicker-rm.js"></script>
8488
<script src="../ui/i18n/jquery.ui.datepicker-ro.js"></script>
8589
<script src="../ui/i18n/jquery.ui.datepicker-ru.js"></script>
8690
<script src="../ui/i18n/jquery.ui.datepicker-sk.js"></script>

tests/jquery.simulate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jquery.simulate - simulate browser mouse and keyboard events
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Accordion @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.all.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI CSS Framework @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.autocomplete.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Autocomplete @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI CSS Framework @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Button @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI CSS Framework @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.datepicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Datepicker @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.dialog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Dialog @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Menu @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.progressbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Progressbar @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.resizable.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Resizable @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.selectable.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Selectable @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.slider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Slider @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.spinner.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Spinner @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Tabs @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI CSS Framework @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

themes/base/jquery.ui.tooltip.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Tooltip @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/i18n/jquery.ui.datepicker-en-AU.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/* English/Australia initialisation for the jQuery UI date picker plugin. */
2+
/* Based on the en-GB initialisation. */
3+
jQuery(function($){
4+
$.datepicker.regional['en-AU'] = {
5+
closeText: 'Done',
6+
prevText: 'Prev',
7+
nextText: 'Next',
8+
currentText: 'Today',
9+
monthNames: ['January','February','March','April','May','June',
10+
'July','August','September','October','November','December'],
11+
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
12+
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
13+
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
14+
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
15+
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
16+
weekHeader: 'Wk',
17+
dateFormat: 'dd/mm/yy',
18+
firstDay: 1,
19+
isRTL: false,
20+
showMonthAfterYear: false,
21+
yearSuffix: ''};
22+
$.datepicker.setDefaults($.datepicker.regional['en-AU']);
23+
});

ui/i18n/jquery.ui.datepicker-en-NZ.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/* English/New Zealand initialisation for the jQuery UI date picker plugin. */
2+
/* Based on the en-GB initialisation. */
3+
jQuery(function($){
4+
$.datepicker.regional['en-NZ'] = {
5+
closeText: 'Done',
6+
prevText: 'Prev',
7+
nextText: 'Next',
8+
currentText: 'Today',
9+
monthNames: ['January','February','March','April','May','June',
10+
'July','August','September','October','November','December'],
11+
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
12+
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
13+
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
14+
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
15+
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
16+
weekHeader: 'Wk',
17+
dateFormat: 'dd/mm/yy',
18+
firstDay: 1,
19+
isRTL: false,
20+
showMonthAfterYear: false,
21+
yearSuffix: ''};
22+
$.datepicker.setDefaults($.datepicker.regional['en-NZ']);
23+
});

ui/jquery.effects.blind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Blind @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.bounce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Bounce @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.clip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Clip @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.drop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Drop @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.explode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Explode @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.fade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Fade @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.fold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Fold @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.highlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Highlight @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.pulsate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Pulsate @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.scale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Scale @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

ui/jquery.effects.shake.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery UI Effects Shake @VERSION
33
*
4-
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT or GPL Version 2 licenses.
66
* http://jquery.org/license
77
*

0 commit comments

Comments
 (0)