Builder3/Editor.js
[app.Builder.js] / Builder3 / Editor.js
index d9bd20b..211c6f9 100644 (file)
@@ -122,7 +122,7 @@ Editor=new XObject({
                             
                             },
                             insert_spaces_instead_of_tabs : true,
-                            load : function(str) {
+                            load : function(str, providertype) {
                             
                             // show the help page for the active node..
                                //this.get('/Help').show();
@@ -176,6 +176,9 @@ Editor=new XObject({
                                     id : "buffer",
                                     pack : "set_buffer",
                                     checkSyntax : function() {
+                                        
+                                        
+                                        
                                         var str = this.toString();
                                         var res = '';
                                         try {