Skip to content

Commit

Permalink
fix: rename variables isBroadcast and isBroadcastSender to broadcast …
Browse files Browse the repository at this point in the history
…and broadcastSender
  • Loading branch information
frankpagan committed Aug 30, 2022
1 parent b295fee commit bc42742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ CoCreateWindow.prototype = {
var json = {
apiKey: config.apiKey,
organization_id: config.organization_id,
broadcast_sender: true,
broadcastSender: true,
message: 'windowBtnEvent',
data: {
"parentId": this.parentId,
Expand Down Expand Up @@ -211,7 +211,7 @@ CoCreateWindow.prototype = {
message.send({
apiKey: config.apiKey,
organization_id: config.organization_id,
broadcast_sender: true,
broadcastSender: true,
message: 'openWindow',
data: attr
});
Expand Down

0 comments on commit bc42742

Please sign in to comment.