Initial support for AIR
This commit is contained in:
5
externs/air/flash/html/script/Package.hx
Normal file
5
externs/air/flash/html/script/Package.hx
Normal file
@@ -0,0 +1,5 @@
|
||||
package flash.html.script;
|
||||
|
||||
extern class Package extends flash.utils.Proxy {
|
||||
function new(parent : Package, packageName : String, appDomain : flash.system.ApplicationDomain) : Void;
|
||||
}
|
||||
Reference in New Issue
Block a user