Use formatter for all Haxe code
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package flash.html;
|
||||
|
||||
extern class HTMLSWFCapability {
|
||||
static var ERROR_INSTALLED_PLAYER_NOT_FOUND(default,never) : Int;
|
||||
static var ERROR_INSTALLED_PLAYER_TOO_OLD(default,never) : Int;
|
||||
static var STATUS_OK(default,never) : Int;
|
||||
extern class HTMLSWFCapability
|
||||
{
|
||||
static var ERROR_INSTALLED_PLAYER_NOT_FOUND(default, never):Int;
|
||||
static var ERROR_INSTALLED_PLAYER_TOO_OLD(default, never):Int;
|
||||
static var STATUS_OK(default, never):Int;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user