X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fskin.js;h=769e53e94ab80876dc2e410d2191ef31902d4d83;hb=refs%2Ftags%2Fv3.6.4;hp=8f43faac0419307fd0b65c07803adb2c92bf21c0;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/skins/v2/skin.js b/_source/skins/v2/skin.js index 8f43faa..769e53e 100644 --- a/_source/skins/v2/skin.js +++ b/_source/skins/v2/skin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -8,6 +8,7 @@ CKEDITOR.skins.add( 'v2', (function() return { editor : { css : [ 'editor.css' ] }, dialog : { css : [ 'dialog.css' ] }, + separator : { canGroup: false }, templates : { css : [ 'templates.css' ] }, margins : [ 0, 14, 18, 14 ] };