JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.5.6_full
[ckeditor.git] / styles.js
index 0340601..432f956 100644 (file)
--- a/styles.js
+++ b/styles.js
@@ -1,6 +1,6 @@
 /**\r
- * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
- * For licensing, see LICENSE.html or http://ckeditor.com/license\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
 // This file contains style definitions that can be used by CKEditor plugins.\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