From 6986b1b8404763e57e525754477926d9b64e154a Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 13:02:29 -0600 Subject: [PATCH] Code Cleanup --- plugins/javascript/Skeleton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/javascript/Skeleton.js b/plugins/javascript/Skeleton.js index be69cd6e..7ccdfd70 100644 --- a/plugins/javascript/Skeleton.js +++ b/plugins/javascript/Skeleton.js @@ -3,4 +3,4 @@ function execute(classNodeList) { var gui = new PluginConsole("Skeleton Title"); gui.setVisible(true); gui.appendText("executed skeleton example"); -} +} \ No newline at end of file