Skip to content
Closed
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
4 changes: 2 additions & 2 deletions forceng.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ angular.module('forceng', [])

var method = obj.method || 'GET',
headers = {},
url = getRequestBaseURL();
url = getRequestBaseURL(),
deferred = $q.defer();

// dev friendly API: Add leading '/' if missing so url + path concat always works
Expand Down Expand Up @@ -544,4 +544,4 @@ function oauthCallback(url) {
injector.invoke(function (force) {
force.oauthCallback(url);
});
}
}