diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-06 20:51:28 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-06 20:51:28 +0000 |
commit | 1d7176aa08dfbf5dc73f1184acad825769c744d7 (patch) | |
tree | 470d65c5eaffd2c2a3b23907e6d2af9d5c713779 /ui | |
parent | 6e7e808d692423fe4faa0089a036e9a0c2c1800c (diff) | |
download | jquery-ui-1d7176aa08dfbf5dc73f1184acad825769c744d7.tar.gz jquery-ui-1d7176aa08dfbf5dc73f1184acad825769c744d7.zip |
Removed some UTF-8 BOMs causing problems in the download builder versions of files.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/effects.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/effects.core.js b/ui/effects.core.js index e90f498a1..66bf95254 100644 --- a/ui/effects.core.js +++ b/ui/effects.core.js @@ -1,4 +1,4 @@ -/* +/* * jQuery UI Effects @VERSION * * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about) |