Skip to content

Commit

Permalink
expose_all
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 7, 2024
1 parent 10480e5 commit 67a3616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haxe/ui/locale/Formats.hx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package haxe.ui.locale;

#if haxeui_expose_all
@:keep @:expose
#end
class Formats {
private static var _dateFormatShort:String = null;
public static var dateFormatShort(get, set):String;
Expand Down

0 comments on commit 67a3616

Please sign in to comment.