X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fplugins%2Fdialogui%2Fplugin.js;h=b6cd10c1b690f4d5f35f349db639cdd2e16ee816;hb=c6e377a02b54abc07129d72b632763c727476a15;hp=4ed3da21f20b3b7a29e79183cc49660a6602299c;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d;p=ckeditor.git diff --git a/_source/plugins/dialogui/plugin.js b/_source/plugins/dialogui/plugin.js index 4ed3da2..b6cd10c 100644 --- a/_source/plugins/dialogui/plugin.js +++ b/_source/plugins/dialogui/plugin.js @@ -1,5 +1,5 @@ /* -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 */ @@ -955,7 +955,7 @@ CKEDITOR.plugins.add( 'dialogui' ); */ setValue : function( value ) { - value = value || ''; + !value && ( value = '' ); return CKEDITOR.ui.dialog.uiElement.prototype.setValue.call( this, value ); },