mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
chore(skydrive) rm unused vars
This commit is contained in:
parent
1c415ea3a8
commit
3c35848eb8
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ var CloudCmd, Util, DOM, WL;
|
|||
|
||||
}
|
||||
|
||||
function auth(pCallBack){
|
||||
function auth() {
|
||||
CloudCmd.getModules(function(pModules){
|
||||
var lStorage = Util.findObjByNameInArr(pModules, 'storage'),
|
||||
lSkyDrive = Util.findObjByNameInArr(lStorage, 'SkyDrive'),
|
||||
|
|
@ -41,7 +41,7 @@ var CloudCmd, Util, DOM, WL;
|
|||
function(response) {
|
||||
Util.log(response);
|
||||
},
|
||||
function(response) {
|
||||
function() {
|
||||
Util.log("Failed to authenticate.");
|
||||
});
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ var CloudCmd, Util, DOM, WL;
|
|||
}
|
||||
|
||||
|
||||
function onLogin(session) {
|
||||
function onLogin() {
|
||||
var strGreeting = "";
|
||||
WL.api({
|
||||
path: "me",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue