Files
lime/externs/air/flash/html/__HTMLScriptObject.hx
2017-08-25 14:04:53 -07:00

6 lines
100 B
Haxe

package flash.html;
extern class __HTMLScriptObject implements Dynamic {
function new() : Void;
}