diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-10 13:31:00 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-10 13:31:00 +0000 |
commit | 925fbb3df4bcbf927c7b42d876d50454b0a35e8c (patch) | |
tree | 95dc7927a25744920167a30c2ea211faceb1b1fb /ui/effects.core.js | |
parent | 3d627f0ea9078dd69509d64367e48554bf7edcd5 (diff) | |
download | jquery-ui-925fbb3df4bcbf927c7b42d876d50454b0a35e8c.tar.gz jquery-ui-925fbb3df4bcbf927c7b42d876d50454b0a35e8c.zip |
effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOM
Diffstat (limited to 'ui/effects.core.js')
-rw-r--r-- | ui/effects.core.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/effects.core.js b/ui/effects.core.js index 66bf95254..a4f606b48 100644 --- a/ui/effects.core.js +++ b/ui/effects.core.js @@ -311,7 +311,7 @@ var colors = { * * Open source under the BSD License. * - * Copyright © 2008 George McGinley Smith + * Copyright © 2008 George McGinley Smith * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -480,7 +480,7 @@ $.extend($.easing, * * Open source under the BSD License. * - * Copyright © 2001 Robert Penner + * Copyright © 2001 Robert Penner * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, |