README.txt 451 B

1234567891011
  1. The files in this directory were downloaded from: https://github.com/jquery/jquery-ui/tree/master/ui/i18n
  2. These files were meant to work with the exploded version of jQuery (not the single file), and so the following changes were made:
  3. 6c6,8
  4. < define( [ "../widgets/datepicker" ], factory );
  5. ---
  6. > define( [ 'jquery', 'jquery-ui' ], function($) {
  7. > return factory($.datepicker);
  8. > });