Use formatter for all Haxe code

This commit is contained in:
Joshua Granick
2019-02-14 08:41:20 -08:00
parent b4afa14a13
commit 0c163a80e7
638 changed files with 54759 additions and 59510 deletions

View File

@@ -1,7 +1,8 @@
package flash.desktop;
extern class DockIcon extends InteractiveIcon {
var menu : flash.display.NativeMenu;
function new() : Void;
function bounce(?priority : NotificationType = NotificationType.INFORMATIONAL) : Void;
extern class DockIcon extends InteractiveIcon
{
var menu:flash.display.NativeMenu;
function new():Void;
function bounce(?priority:NotificationType = NotificationType.INFORMATIONAL):Void;
}