Skip to content

Commit 36b6985

Browse files
committed
Version 1.2
1 parent 9f67c69 commit 36b6985

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

jquery.ui.autocomplete.ext.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* jQuery Autocomplete Extensions
3-
* Version 1.1 (07/10/2009)
3+
* Version 1.2 (07/03/2010)
44
* Written by Yehuda Katz ([email protected]) and Rein Henrichs ([email protected])
5-
* Forked and maintained by Nikos Dimitrakopoulos ([email protected])
65
* Additional contributions from Emmanuel Gomez, Austin King
6+
* Nikos Dimitrakopoulos, Javier Gonel
77
* @requires: jQuery v1.2 or later
88
*
99
* Copyright 2007-2009 Yehuda Katz, Rein Henrichs
@@ -14,8 +14,11 @@
1414
*/
1515

1616
(function($) {
17+
/** @namespace */
1718
$.ui = $.ui || {};
19+
/** @namespace */
1820
$.ui.autocomplete = $.ui.autocomplete || {};
21+
/** @namespace */
1922
$.ui.autocomplete.ext = $.ui.autocomplete.ext || {};
2023

2124
/*

jquery.ui.autocomplete.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @fileOverviewjQuery Autocomplete
3-
* Version 1.1 (07/10/2009)
3+
* Version 1.2 (13/03/2010)
44
* Written by Yehuda Katz ([email protected]) and Rein Henrichs ([email protected])
55
* Additional contributions from Emmanuel Gomez, Austin King,
66
* Nikos Dimitrakopoulos, Javier Gonel
77
* @requires jQuery v1.2, jQuery dimensions plugin
88
*
9-
* Copyright 2007-2009 Yehuda Katz, Rein Henrichs
9+
* Copyright 2007-2010 Yehuda Katz, Rein Henrichs
1010
* Dual licensed under the MIT and GPL licenses:
1111
* http://www.opensource.org/licenses/mit-license.php
1212
* http://www.gnu.org/licenses/gpl.html

0 commit comments

Comments
 (0)