Skip to content

Commit

Permalink
Merge branch 'release/v1.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxolotl committed Oct 17, 2018
2 parents a168830 + 1c28dd2 commit d4402a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Javier Valderrama",
"name": "advanced_wdc_step_by_step",
"description": "Spotify Web Data Connector for Tableau",
"version": "1.6.0",
"version": "1.6.1",
"dependencies": {
"jquery": "~3.1.0",
"q": "~1.5.1"
Expand Down
4 changes: 1 addition & 3 deletions src/modules/SpotifyConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,7 @@ class SpotifyConnector extends Connector {
* @param {string} $0.tableId
*
* done:
* Accept 1 parameter which will be passed to table.appendRows()
* @see http://tableau.github.io/webdataconnector/docs/api_ref.html#webdataconnectorapi.table.appendrows
* and finally will call DataDoneCallback
* Wrapper of DataDoneCallback
* @see http://tableau.github.io/webdataconnector/docs/api_ref.html#webdataconnectorapi.datadonecallback
* @param {function} $0.done
*
Expand Down

0 comments on commit d4402a5

Please sign in to comment.