From 925fbb3df4bcbf927c7b42d876d50454b0a35e8c Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 10 Dec 2008 13:31:00 +0000 Subject: [PATCH] effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOM --- ui/effects.core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/effects.core.js b/ui/effects.core.js index 66bf952549..a4f606b485 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,