We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc3da0 commit 32389ecCopy full SHA for 32389ec
js/rtpg.js
@@ -182,7 +182,7 @@ rtpg.openCallback = function(data) {
182
// Popups the Sharing dialog.
183
rtpg.popupShare = function() {
184
var shareClient = new gapi.drive.share.ShareClient(rtpg.realTimeOptions.appId);
185
- shareClient.setItemIds(rtclient.params['fileIds'].split[',']);
+ shareClient.setItemIds(rtclient.params['fileIds'].split(','));
186
shareClient.showSettingsDialog();
187
}
188
0 commit comments