Update AIR externs

This commit is contained in:
Joshua Granick
2017-08-25 14:04:53 -07:00
parent 194bfde219
commit 03d66367c8
70 changed files with 239 additions and 143 deletions

View File

@@ -1,6 +1,6 @@
package flash.html;
extern class HTMLPopupWindow {
@:final extern class HTMLPopupWindow {
function new(owner : HTMLLoader, closePopupWindowIfNeededClosure : Dynamic, setDeactivateClosure : Dynamic, computedFontSize : Float) : Void;
function close() : Void;
function isActive() : Bool;