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");