From 5c75d1a37803dd6a6b805c040ca9bed1e23ddc8b Mon Sep 17 00:00:00 2001 From: Rael Date: Wed, 18 Nov 2015 14:10:06 -0200 Subject: Renaming setBadgeCount method to count (#292) --- scudcloud-1.0/scudcloud-src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scudcloud-1.0/scudcloud-src.js') diff --git a/scudcloud-1.0/scudcloud-src.js b/scudcloud-1.0/scudcloud-src.js index 2f253d1..3af0a53 100644 --- a/scudcloud-1.0/scudcloud-src.js +++ b/scudcloud-1.0/scudcloud-src.js @@ -70,7 +70,7 @@ ScudCloud = { desktop.sendMessage(args.title, args.content); }, setBadgeCount: function(args){ - desktop.setBadgeCount(args.all_unread_highlights_cnt, args.all_unread_cnt); + desktop.count(args.all_unread_highlights_cnt, args.all_unread_cnt); }, displayTeam: function(id){ }, -- cgit v1.1