Update AIR externs
This commit is contained in:
@@ -4,5 +4,5 @@ extern class HTMLUncaughtScriptExceptionEvent extends Event {
|
||||
var exceptionValue : Dynamic;
|
||||
var stackTrace : Array<{sourceURL:String, line:Float, functionName:String}>;
|
||||
function new(exceptionValue : Dynamic) : Void;
|
||||
static var UNCAUGHT_SCRIPT_EXCEPTION : String;
|
||||
static var UNCAUGHT_SCRIPT_EXCEPTION(default,never) : String;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user