Use formatter for all Haxe code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user