diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-06-01 23:36:34 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-06-01 23:36:34 +0000 |
commit | 13685f50ee91d2086fae21a8192f8a7f298e9138 (patch) | |
tree | 2145380196ab7a7117e5034f6dfe17535e36a9fb /ui/source/ui.datepicker.js | |
parent | 6b518a257fb172936a7c63b965598f3afe3aba9f (diff) | |
download | jquery-ui-13685f50ee91d2086fae21a8192f8a7f298e9138.tar.gz jquery-ui-13685f50ee91d2086fae21a8192f8a7f298e9138.zip |
unindentation
Diffstat (limited to 'ui/source/ui.datepicker.js')
-rw-r--r-- | ui/source/ui.datepicker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/source/ui.datepicker.js b/ui/source/ui.datepicker.js index 2715c38be..3f0b629ca 100644 --- a/ui/source/ui.datepicker.js +++ b/ui/source/ui.datepicker.js @@ -1443,4 +1443,4 @@ $(document).ready(function() { .mousedown($.datepicker._checkExternalClick);
});
-})(jQuery);
\ No newline at end of file +})(jQuery);
|