Skip to content

Commit

Permalink
Merge pull request #21 from EricForgy/expose_client_id
Browse files Browse the repository at this point in the history
Expose client id

Addresses #20
  • Loading branch information
EricForgy authored Oct 20, 2018
2 parents 5b13412 + e11745d commit 3b1e478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ var Pages = (function () {
c = addget(c, "message");
c = addget(c, "broadcast");
c = addget(c, "callback");
c = addget(c, "id");
return c;
})();

0 comments on commit 3b1e478

Please sign in to comment.