Skip to content

Commit

Permalink
add leaderboard to java client
Browse files Browse the repository at this point in the history
  • Loading branch information
ken restivo committed Apr 5, 2012
1 parent a7183bc commit 5493d2e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -7,6 +7,7 @@ public enum WidgetType {
NOTIFIER("notifier"),
POINTS("points"),
RANK("rank"),
LEADERBOARD("leaderboard"),
AVAILABLE_BADGES("availablebadges");

private final String f_name;
Expand Down

0 comments on commit 5493d2e

Please sign in to comment.