Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
frontend-auth
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
aaa0525f
authored
2016-08-05 17:00:33 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Shift one more arg off in the sync wrapper.
1 parent
9666d1d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/scripts/Auth.js
src/scripts/Auth.js
View file @
aaa0525
...
...
@@ -35,6 +35,7 @@ define(function(require) {
var
authSync
=
function
authSync
(
auth
,
origSync
,
method
,
model
,
options
)
{
var
args
=
_
.
toArray
(
arguments
);
args
.
shift
();
args
.
shift
();
var
url
=
options
.
url
||
_
.
result
(
model
,
'url'
);
if
(
url
)
{
var
sessionId
=
auth
.
get
(
'sessionId'
);
...
...
Please
register
or
sign in
to post a comment