Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions js/cloudmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,13 @@
'zeo'
];

/**
* Set the X-Unique-ID to be used in all WebService requests. This function allows it to be set
* on before the WebService object is instantiated.
*/
WebService.setXUniqueID = function(xUniqueID) {
global._$XUniqueID = xUniqueID;
}

/**
* <p>WebService will return an instance of this class that should be used to interact with
Expand Down