X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Sample%2FWindow.js;h=66223918e5d0ce636d01b93ebf5a9895061cf470;hb=f927f87326fa8196765f0c524cb514a2152f66c3;hp=be3fe87be4fa20ccfa477c64451fec2dedf0eb46;hpb=02b7aa2ed1cbbf84ffb894d7bc4a3d97770b5c02;p=app.Builder.js diff --git a/Sample/Window.js b/Sample/Window.js index be3fe87be..66223918e 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -8,6 +8,7 @@ GtkSource = imports.gi.GtkSource; WebKit = imports.gi.WebKit; Vte = imports.gi.Vte; GtkClutter = imports.gi.GtkClutter; +Gdl = imports.gi.Gdl; console = imports.console; XObject = imports.XObject.XObject; Window=new XObject({ @@ -25,7 +26,7 @@ Window=new XObject({ this.get('/MidPropTree').hideWin(); this.get('/RightPalete').hide(); this.get('/BottomPane').el.hide(); - this.get('/EditorWindow').show_all(); + //this.get('/Editor').el.show_all(); } }, @@ -264,7 +265,7 @@ Window=new XObject({ html = html.replace('', project.runhtml + ''); - var jsstr = JSON.stringify(js[0], null, 4); + var jsstr = JSON.(js[0], null, 4); var runbuilder = '