Skip to content

Commit fdc8f6a

Browse files
author
gcohen
committed
Merge branch 'gcm' of https://github.com/pubnub/javascript into gcm
2 parents 06b0bae + 2c273ad commit fdc8f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node.js/examples/pn_message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ c.callback = console.log
5858
c.error = console.log
5959
c.channel = 'push'
6060

61-
c.gcm = ['i am gcm array']
61+
c.gcm = {"message":"be sure not to send objects!", "foo":"bar" }
6262
c.apns.alert = "this is alert"
6363
c.apns.badge = 2
6464
c.apns.key = "hi am apns"

0 commit comments

Comments
 (0)