Index: /CKEditor/branches/versions/3.2.x/_source/plugins/colorbutton/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.2.x/_source/plugins/colorbutton/plugin.js	(revision 5350)
+++ /CKEditor/branches/versions/3.2.x/_source/plugins/colorbutton/plugin.js	(revision 5351)
@@ -1,3 +1,3 @@
-﻿/*
+/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -101,5 +101,5 @@
 							function(){ return false; } :
 							// Fore color style must be applied inside links instead of around it.
-							function(){ return element.getName() != 'a'; };
+							function( element ){ return element.getName() != 'a'; };
 						
 						new CKEDITOR.style( colorStyle, { color : color } ).apply( editor.document );
