Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:02:29 -06:00
parent af6274fb4b
commit 6986b1b840
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ function execute(classNodeList) {
var gui = new PluginConsole("Skeleton Title");
gui.setVisible(true);
gui.appendText("executed skeleton example");
}
}