]> source.dussan.org Git - jquery-ui.git/commitdiff
datepicker: added depends list to header
authorRichard Worth <rdworth@gmail.com>
Fri, 6 Jun 2008 19:27:43 +0000 (19:27 +0000)
committerRichard Worth <rdworth@gmail.com>
Fri, 6 Jun 2008 19:27:43 +0000 (19:27 +0000)
ui/source/ui.datepicker.js
ui/source/ui.slider.js

index b0fc82cb2b95ca4fbe6a2c21a4d9eee13ccd9422..cb3b4a769bdcd5337fa3a122a36288825288d139 100644 (file)
@@ -6,10 +6,14 @@
  * and GPL (GPL-LICENSE.txt) licenses.
  * 
  * http://docs.jquery.com/UI/Datepicker
+ *
+ * Depends:
+ *     ui.core.js
+ *
  * Marc Grabanski (m@marcgrabanski.com) and Keith Wood (kbwood@virginbroadband.com.au).
  */
    
-;(function($) { // hide the namespace
+(function($) { // hide the namespace
 
 /* Date picker manager.
    Use the singleton instance of this class, $.datepicker, to interact with the date picker.
index d6efb92163a656c589115f271a4653de45d341ce..22db4675a022e41dfd794abb07a5c39a9cb8c277 100644 (file)
@@ -20,7 +20,6 @@ $.fn.unwrap = $.fn.unwrap || function(expr) {
   });
 };
 
-
 $.widget("ui.slider", {
        plugins: {},
        ui: function(e) {