Skip to content

Commit 32389ec

Browse files
author
NicolasGarnier
committed
Fixing typo
1 parent 3fc3da0 commit 32389ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/rtpg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ rtpg.openCallback = function(data) {
182182
// Popups the Sharing dialog.
183183
rtpg.popupShare = function() {
184184
var shareClient = new gapi.drive.share.ShareClient(rtpg.realTimeOptions.appId);
185-
shareClient.setItemIds(rtclient.params['fileIds'].split[',']);
185+
shareClient.setItemIds(rtclient.params['fileIds'].split(','));
186186
shareClient.showSettingsDialog();
187187
}
188188

0 commit comments

Comments
 (0)