r3587 committed - Autocomplete (Menu): tweaked menu header comment.

r3587 committed - Autocomplete (Menu): tweaked menu header comment.

Revision: 3587
Author: scott.gonzalez
Date: Sat Jan 2 08:16:06 2010
Log: Autocomplete (Menu): tweaked menu header comment.
http://code.google.com/p/jquery-ui/source/detail?r=3587
Modified:
/branches/dev/ui/jquery.ui.autocomplete.js
=======================================
--- /branches/dev/ui/jquery.ui.autocomplete.js    Tue Dec 22 20:30:15 2009
+++ /branches/dev/ui/jquery.ui.autocomplete.js    Sat Jan 2 08:16:06 2010
@@ -252,7 +252,7 @@
})(jQuery);
/*
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu (not officially released)
*
* This widget isn't yet finished and the API is subject to change. We
plan to finish
* it for the next release. You're welcome to give it a try anyway and
give us feedback,
@@ -266,6 +266,7 @@
*
* Depends:
*    jquery.ui.core.js
+ * jquery.ui.widget.js
*/
(function($) {
--