Aleksey Grinevich
Results
1
issues of
Aleksey Grinevich
Current code: if(typeof(savepoint) === 'function'){ savepoint = null; callback = savepoint; } should be: if(typeof(savepoint) === 'function'){ callback = savepoint; savepoint = null; }