From ecf8e435414fc6280c2e11807fc265c526fd38dc Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 13:09:24 -0600 Subject: [PATCH] Code Cleanup --- plugins/javascript/Skeleton.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/javascript/Skeleton.js b/plugins/javascript/Skeleton.js index 7ccdfd70..d9b49142 100644 --- a/plugins/javascript/Skeleton.js +++ b/plugins/javascript/Skeleton.js @@ -1,3 +1,10 @@ + +/** +** This is a skeleton template for BCV's Javascript Plugin System +** +** @author [Your Name Goes Here] +**/ + function execute(classNodeList) { var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole"); var gui = new PluginConsole("Skeleton Title");