JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.5.6_full
[ckeditor.git] / styles.js
index 6ffdb02..432f956 100644 (file)
--- a/styles.js
+++ b/styles.js
@@ -1,5 +1,5 @@
 /**\r
- * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
+ * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
  * For licensing, see LICENSE.md or http://ckeditor.com/license\r
  */\r
 \r
@@ -107,5 +107,5 @@ CKEDITOR.stylesSet.add( 'default', [
 \r
        { name: 'Borderless Table',             element: 'table',       styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },\r
        { name: 'Square Bulleted List', element: 'ul',          styles: { 'list-style-type': 'square' } }\r
-]);\r
+] );\r
 \r