6 lines
102 B
Haxe
6 lines
102 B
Haxe
package flash.html;
|
|
|
|
extern class __HTMLScriptFunction implements Dynamic {
|
|
function new() : Void;
|
|
}
|