Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jan 19, 2015
1 parent edda0e9 commit fefadf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluentSharp.REPL/Ascx/ascx_Simple_Script_Editor.cs
Expand Up @@ -666,7 +666,7 @@ public void scriptTheCurrentScript()
var code = "return script.Code;";
this.script_Me("script").set_Code(code);

/*var topPanel = "PoC - Script the Script".popupWindow(700, 400);
/*var topPanel = "directoryInfo Script".popupWindow(700, 400);
var scriptHost = topPanel.title("Script").add_Script(false);
scriptHost.onCompileExecuteOnce();
Expand Down

0 comments on commit fefadf4

Please sign in to comment.