removes org.json from srcjar
[jalview.git] / unused / javajs / api / JSFunction.java
1 package javajs.api;
2
3 /**
4  * A flag that this object is really a JavaScript function that, for example,
5  * might be called from setTimeout(). 
6  * 
7  * @author Bob Hanson
8  *
9  */
10 public interface JSFunction {
11
12 }