Use formatter for all Haxe code
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package flash.html.script;
|
||||
|
||||
extern class Package extends flash.utils.Proxy {
|
||||
function new(parent : Package, packageName : String, appDomain : flash.system.ApplicationDomain) : Void;
|
||||
extern class Package extends flash.utils.Proxy
|
||||
{
|
||||
function new(parent:Package, packageName:String, appDomain:flash.system.ApplicationDomain):Void;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
package flash.html.script;
|
||||
|
||||
extern class PropertyEnumHelper {
|
||||
function new(enumPropertiesClosure : Dynamic, getPropertyClosure : Dynamic) : Void;
|
||||
function nextName(index : Int) : String;
|
||||
function nextNameIndex(lastIndex : Int) : Int;
|
||||
function nextValue(index : Int) : Dynamic;
|
||||
extern class PropertyEnumHelper
|
||||
{
|
||||
function new(enumPropertiesClosure:Dynamic, getPropertyClosure:Dynamic):Void;
|
||||
function nextName(index:Int):String;
|
||||
function nextNameIndex(lastIndex:Int):Int;
|
||||
function nextValue(index:Int):Dynamic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user