Use formatter for all Haxe code
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package flash.data;
|
||||
|
||||
extern class EncryptedLocalStore {
|
||||
static var isSupported(default,never) : Bool;
|
||||
static function getItem(name : String) : flash.utils.ByteArray;
|
||||
static function removeItem(name : String) : Void;
|
||||
static function reset() : Void;
|
||||
static function setItem(name : String, data : flash.utils.ByteArray, stronglyBound : Bool=false) : Void;
|
||||
extern class EncryptedLocalStore
|
||||
{
|
||||
static var isSupported(default, never):Bool;
|
||||
static function getItem(name:String):flash.utils.ByteArray;
|
||||
static function removeItem(name:String):Void;
|
||||
static function reset():Void;
|
||||
static function setItem(name:String, data:flash.utils.ByteArray, stronglyBound:Bool = false):Void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user