Skip to content

Commit

Permalink
Fixed doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
Imanol Martin committed Mar 16, 2016
1 parent 5291724 commit 1d15687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/doc/js/Cocoon.Social.GooglePlayGames.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ <h6>Properties</h6>



<td class="description last"><p>Additional scope identifiers. Plus &amp; Games APIs are included by default. To use cloud saved game include the 'https://www.googleapis.com/auth/drive.appdata' scope.</p></td>
<td class="description last"><p>Additional scope identifiers. Plus &amp; Games APIs are included by default. To use cloud saved game include the 'drive.appfolder' scope.</p></td>
</tr>


Expand Down
2 changes: 1 addition & 1 deletion dist/doc/js/cocoon_googleplaygames.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h1 class="page-title">Source: /Users/imanolmartin/Development/Projects/AtomicPl
* @param {Object} params Initialization options.
* @param {string} params.clientId The application clientID. Omit if its already provided in the native application via cloud configuration.
* @param {string} params.defaultLeaderboard The default leaderboard ID. You can omit it if you specify the leaderboardID in all the score queries or submits.
* @param {array} params.scopes Additional scope identifiers. Plus &amp; Games APIs are included by default. To use cloud saved game include the 'https://www.googleapis.com/auth/drive.appdata' scope.
* @param {array} params.scopes Additional scope identifiers. Plus &amp; Games APIs are included by default. To use cloud saved game include the 'drive.appfolder' scope.
* @param {boolean} params.showAchievementNotifications Enables or disables the native view notifications when an achievement is unlocked.
* @param {function} callback The initialization completed callback. Received params: error
*/
Expand Down
2 changes: 1 addition & 1 deletion src/js/cocoon_googleplaygames.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
* @param {Object} params Initialization options.
* @param {string} params.clientId The application clientID. Omit if its already provided in the native application via cloud configuration.
* @param {string} params.defaultLeaderboard The default leaderboard ID. You can omit it if you specify the leaderboardID in all the score queries or submits.
* @param {array} params.scopes Additional scope identifiers. Plus & Games APIs are included by default. To use cloud saved game include the 'https://www.googleapis.com/auth/drive.appdata' scope.
* @param {array} params.scopes Additional scope identifiers. Plus & Games APIs are included by default. To use cloud saved game include the 'drive.appfolder' scope.
* @param {boolean} params.showAchievementNotifications Enables or disables the native view notifications when an achievement is unlocked.
* @param {function} callback The initialization completed callback. Received params: error
*/
Expand Down

0 comments on commit 1d15687

Please sign in to comment.