diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-12-03 16:30:15 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-12-03 16:30:15 +0100 |
commit | 0d613aaf34d76fab8788e5677997d4374a3afcd1 (patch) | |
tree | 514d0922b0f5130800a70ad342acebc4975da76c | |
parent | ad722581e515ac72591ad64ab2a2c03f78e35ed4 (diff) |
Fix typo
-rw-r--r-- | jQuery-PORTING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jQuery-PORTING.txt b/jQuery-PORTING.txt index 9506aff4..b78de46c 100644 --- a/jQuery-PORTING.txt +++ b/jQuery-PORTING.txt @@ -87,7 +87,7 @@ NEW: element.width, element.height CONTROLS -TAutoCompleter doesn't exists anymore, use TJuiAutoCompleter instead, upgrading the code: +TAutoCompleter doesn't exists anymore, use TJuiAutoComplete instead, upgrading the code: * No more Frequency property. * minChars property is now minLength * only the ItemTemplate is supported for the Suggestions repeater; |