aboutsummaryrefslogtreecommitdiffstats
path: root/scudcloud-1.0/scudcloud-src.js
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-11-18 14:10:06 -0200
committerRael <rael.gc@gmail.com>2015-11-18 14:10:06 -0200
commit5c75d1a37803dd6a6b805c040ca9bed1e23ddc8b (patch)
tree7f271462d02de64f868c2cd4097bf58c71734d11 /scudcloud-1.0/scudcloud-src.js
parent6b503543ae75fcd1172e9c557b6ed2752aa4d943 (diff)
downloadscudcloud-5c75d1a37803dd6a6b805c040ca9bed1e23ddc8b.zip
scudcloud-5c75d1a37803dd6a6b805c040ca9bed1e23ddc8b.tar.gz
scudcloud-5c75d1a37803dd6a6b805c040ca9bed1e23ddc8b.tar.bz2
Renaming setBadgeCount method to count (#292)
Diffstat (limited to 'scudcloud-1.0/scudcloud-src.js')
-rw-r--r--scudcloud-1.0/scudcloud-src.js2
1 files changed, 1 insertions, 1 deletions
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){
},