2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-22 12:55:12 +00:00

Update src/jquery.autocomplete.js

Edited header comment.
This commit is contained in:
Sinan AKYAZICI 2012-09-18 00:01:45 +03:00
parent cc57821b0a
commit ddaee65023

View File

@ -1,11 +1,11 @@
/**
* Ajax Autocomplete for jQuery, version 1.1.5
* (c) 2010 Tomas Kirda, Vytautas Pranskunas
* Ajax Autocomplete for jQuery, version 1.1.6
* (c) 2010 Tomas Kirda, Vytautas Pranskunas, Sinan Akyazıcı
*
* Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license.
* For details, see the web site: http://www.devbridge.com/projects/autocomplete/jquery/
*
* Last Review: 07/24/2012
* Last Review: 09/17/2012
*/
/*jslint onevar: true, evil: true, nomen: true, eqeqeq: true, bitwise: true, regexp: true, newcap: true, immed: true */