Code Cleanup
This commit is contained in:
parent
61266b5402
commit
ecf8e43541
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
|
||||||
|
/**
|
||||||
|
** This is a skeleton template for BCV's Javascript Plugin System
|
||||||
|
**
|
||||||
|
** @author [Your Name Goes Here]
|
||||||
|
**/
|
||||||
|
|
||||||
function execute(classNodeList) {
|
function execute(classNodeList) {
|
||||||
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
||||||
var gui = new PluginConsole("Skeleton Title");
|
var gui = new PluginConsole("Skeleton Title");
|
||||||
|
|
Loading…
Reference in a new issue