Use formatter for all Haxe code
This commit is contained in:
@@ -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