JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5
[ckeditor.git] / _source / plugins / dialogui / plugin.js
index 3fbaa22..a473dc4 100644 (file)
@@ -1460,7 +1460,7 @@ CKEDITOR.plugins.add( 'dialogui' );
 \r
                                getValue : function()\r
                                {\r
-                                       return this.getInputElement().$.value;\r
+                                       return this.getInputElement().$.value || '';\r
                                },\r
 \r
                                /***\r