X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.pack;h=6c36089ee76aca1c46b157bdc7b3ceb121f9c6bf;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=a7fd9b49a3c368626666d7079529cd7f784cd701;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/ckeditor.pack b/ckeditor.pack index a7fd9b4..6c36089 100644 --- a/ckeditor.pack +++ b/ckeditor.pack @@ -4,7 +4,7 @@ header : '/*' + '\n' + - 'Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.' + '\n' + + 'Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.' + '\n' + 'For licensing, see LICENSE.html or http://ckeditor.com/license' + '\n' + '*/' + '\n' + '\n', @@ -16,9 +16,9 @@ constants : 'CKEDITOR.ELEMENT_MODE_NONE' : 0, 'CKEDITOR.ELEMENT_MODE_REPLACE' : 1, 'CKEDITOR.ELEMENT_MODE_APPENDTO' : 2, - 'CKEDITOR.CTRL' : 1000, - 'CKEDITOR.SHIFT' : 2000, - 'CKEDITOR.ALT' : 4000, + 'CKEDITOR.CTRL' : 0x110000, + 'CKEDITOR.SHIFT' : 0x220000, + 'CKEDITOR.ALT' : 0x440000, 'CKEDITOR.NODE_ELEMENT' : 1, 'CKEDITOR.NODE_DOCUMENT' : 9, 'CKEDITOR.NODE_TEXT' : 3,