We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b814b20 + a3180ec commit dbc3b1fCopy full SHA for dbc3b1f
forcetk.js
@@ -124,7 +124,7 @@ if (forcetk.Client === undefined) {
124
forcetk.Client.prototype.setSessionToken = function(sessionId, apiVersion, instanceUrl) {
125
this.sessionId = sessionId;
126
this.apiVersion = (typeof apiVersion === 'undefined' || apiVersion === null)
127
- ? 'v21.0': apiVersion;
+ ? 'v24.0': apiVersion;
128
if (typeof instanceUrl === 'undefined' || instanceUrl == null) {
129
// location.hostname can be of the form 'abc.na1.visual.force.com' or
130
// 'na1.salesforce.com'. Split on '.', and take the [1] or [0] element
0 commit comments