X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fuicolor%2Fplugin.js;h=fa31a29d8d9f925a7ba2d5401dbe5591eae9bc70;hb=039a051ccf3901311661022a30afd60fc38130c9;hp=2b7dc002a51c2086438974b9e7ecfcc8ba6559a1;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/uicolor/plugin.js b/_source/plugins/uicolor/plugin.js index 2b7dc00..fa31a29 100644 --- a/_source/plugins/uicolor/plugin.js +++ b/_source/plugins/uicolor/plugin.js @@ -1,12 +1,12 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add( 'uicolor', { requires : [ 'dialog' ], - lang : [ 'en' ], + lang : [ 'en', 'he' ], init : function( editor ) { @@ -24,11 +24,13 @@ CKEDITOR.plugins.add( 'uicolor', // Load YUI js files. CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( + '_source/' + // @Packager.RemoveLine 'plugins/uicolor/yui/yui.js' )); // Load YUI css files. editor.element.getDocument().appendStyleSheet( CKEDITOR.getUrl( + '_source/' + // @Packager.RemoveLine 'plugins/uicolor/yui/assets/yui.css' )); }