Roo/htmleditor/TidySerializer.js
authorAlan <alan@roojs.com>
Thu, 6 Jan 2022 09:23:00 +0000 (17:23 +0800)
committerAlan <alan@roojs.com>
Thu, 6 Jan 2022 09:23:00 +0000 (17:23 +0800)
Roo/htmleditor/TidySerializer.js

index 60bce12..243387d 100644 (file)
@@ -20,7 +20,7 @@ Roo.htmleditor.TidySerializer = function(settings)
     //      self.schema = schema = schema || new Schema();
 
 };
     //      self.schema = schema = schema || new Schema();
 
 };
-Roo.apply(Roo.htmleditor.TidySerializer.prototype, {
+Roo.htmleditor.TidySerializer.prototype = {
     
     /**
      * @param {boolean} inner do the inner of the node.
     
     /**
      * @param {boolean} inner do the inner of the node.
@@ -147,5 +147,5 @@ Roo.apply(Roo.htmleditor.TidySerializer.prototype, {
     }
     // Serialize element and treat all non elements as fragments
    
     }
     // Serialize element and treat all non elements as fragments
    
-})
+};