Run formatter

This commit is contained in:
Joshua Granick
2019-07-12 12:08:09 -07:00
parent 66344c8523
commit 1188b3aa42
77 changed files with 6499 additions and 6110 deletions

View File

@@ -6,8 +6,7 @@ extern class StorageVolumeChangeEvent extends Event
var _volume:flash.filesystem.StorageVolume;
var rootDirectory(default, never):flash.filesystem.File;
var storageVolume(default, never):flash.filesystem.StorageVolume;
function new(type:String, bubbles:Bool = false, cancelable:Bool = false, ?path:flash.filesystem.File,
?volume:flash.filesystem.StorageVolume):Void;
function new(type:String, bubbles:Bool = false, cancelable:Bool = false, ?path:flash.filesystem.File, ?volume:flash.filesystem.StorageVolume):Void;
static var STORAGE_VOLUME_MOUNT(default, never):String;
static var STORAGE_VOLUME_UNMOUNT(default, never):String;
}