X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fthemes%2Fdefault%2Ftheme.js;h=26fc3d60a1fe382c68b49e13e2d164fc158c980c;hp=00219fff35d1c82ca2e3d09e94a2f73bd4d03982;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/themes/default/theme.js b/_source/themes/default/theme.js index 00219ff..26fc3d6 100644 --- a/_source/themes/default/theme.js +++ b/_source/themes/default/theme.js @@ -3,6 +3,11 @@ Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ +/** + * @name CKEDITOR.theme + * @class + */ + CKEDITOR.themes.add( 'default', (function() { function checkSharedSpace( editor, spaceName ) @@ -22,7 +27,7 @@ CKEDITOR.themes.add( 'default', (function() // Creates an HTML structure that reproduces the editor class hierarchy. var html = '' + - '' + + '' + '' + '' + '' + @@ -65,7 +70,7 @@ CKEDITOR.themes.add( 'default', (function() return container; } - return { + return /** @lends CKEDITOR.theme */ { build : function( editor, themePath ) { var name = editor.name, @@ -114,7 +119,7 @@ CKEDITOR.themes.add( 'default', (function() '