Use formatter for all Haxe code
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package flash.html;
|
||||
|
||||
extern class HTMLPDFCapability {
|
||||
static var ERROR_CANNOT_LOAD_READER(default,never) : Int;
|
||||
static var ERROR_INSTALLED_READER_NOT_FOUND(default,never) : Int;
|
||||
static var ERROR_INSTALLED_READER_TOO_OLD(default,never) : Int;
|
||||
static var ERROR_PREFERRED_READER_TOO_OLD(default,never) : Int;
|
||||
static var STATUS_OK(default,never) : Int;
|
||||
extern class HTMLPDFCapability
|
||||
{
|
||||
static var ERROR_CANNOT_LOAD_READER(default, never):Int;
|
||||
static var ERROR_INSTALLED_READER_NOT_FOUND(default, never):Int;
|
||||
static var ERROR_INSTALLED_READER_TOO_OLD(default, never):Int;
|
||||
static var ERROR_PREFERRED_READER_TOO_OLD(default, never):Int;
|
||||
static var STATUS_OK(default, never):Int;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user