Use formatter for all Haxe code
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package flash.html;
|
||||
|
||||
@:final extern class HTMLPopupWindow {
|
||||
function new(owner : HTMLLoader, closePopupWindowIfNeededClosure : Dynamic, setDeactivateClosure : Dynamic, computedFontSize : Float) : Void;
|
||||
function close() : Void;
|
||||
function isActive() : Bool;
|
||||
@:final extern class HTMLPopupWindow
|
||||
{
|
||||
function new(owner:HTMLLoader, closePopupWindowIfNeededClosure:Dynamic, setDeactivateClosure:Dynamic, computedFontSize:Float):Void;
|
||||
function close():Void;
|
||||
function isActive():Bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user