X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fswingjs%2FJSEvent.js;fp=bin%2Fswingjs%2FJSEvent.js;h=0000000000000000000000000000000000000000;hp=35812e3dac367cff48a8d0c349b696fecfccf5d2;hb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/swingjs/JSEvent.js b/bin/swingjs/JSEvent.js deleted file mode 100644 index 35812e3..0000000 --- a/bin/swingjs/JSEvent.js +++ /dev/null @@ -1,4 +0,0 @@ -Clazz.declarePackage ("swingjs"); -Clazz.load (["java.awt.event.InvocationEvent"], "swingjs.JSEvent", null, function () { -c$ = Clazz.declareType (swingjs, "JSEvent", java.awt.event.InvocationEvent); -});