Roo/htmleditor/TidyWriter.js
authorAlan <alan@roojs.com>
Fri, 7 Jan 2022 06:44:20 +0000 (14:44 +0800)
committerAlan <alan@roojs.com>
Fri, 7 Jan 2022 06:44:20 +0000 (14:44 +0800)
Roo/htmleditor/TidyWriter.js

index bf73f75..f7c91ee 100644 (file)
@@ -161,7 +161,7 @@ Roo.htmleditor.TidyWriter.prototype = {
      * @param {String} text String to write out.
      * @param {Boolean} raw Optional raw state if true the contents wont get encoded.
      */
-    text: function(text )
+    text: function(text, node)
     {
         // if not in whitespace critical
         if (text.length < 1) {