Skip to content

Commit

Permalink
Merge pull request #526 from peuter/develop
Browse files Browse the repository at this point in the history
add missing method
  • Loading branch information
ChristianMayer committed Mar 11, 2017
2 parents a803f0e + ed3f689 commit af41141
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/CometVisuClient.js
Expand Up @@ -470,6 +470,10 @@ define( ['jquery'], function( $ ) {
return new CometVisuClient();
}

this.setInitialAddresses = function(addresses) {
this.initialAddresses = addresses;
}

/**
* manipulates the header of the current ajax query before it is been send to the server
*/
Expand Down

0 comments on commit af41141

Please sign in to comment.