Simple feedback server
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package js.html;
|
||||
|
||||
typedef ISVGElementInstanceList = {
|
||||
final length : Float;
|
||||
function item(index:Float):SVGElementInstance;
|
||||
};
|
Reference in New Issue
Block a user