X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fsmiley%2Fplugin.js;h=9eccf85b040226f3e2c071f6ef9418335e35d9b4;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=bde383b56d5e1ef35b32c66390f6b14cc65fd41e;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/plugins/smiley/plugin.js b/_source/plugins/smiley/plugin.js index bde383b..9eccf85 100644 --- a/_source/plugins/smiley/plugin.js +++ b/_source/plugins/smiley/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -25,7 +25,7 @@ CKEDITOR.plugins.add( 'smiley', * a slash. * @name CKEDITOR.config.smiley_path * @type String - * @default {@link CKEDITOR.basePath} + 'plugins/smiley/images/' + * @default CKEDITOR.basePath + 'plugins/smiley/images/' * @example * config.smiley_path = 'http://www.example.com/images/smileys/'; * @example