chore(skydrive) rm unused vars

This commit is contained in:
coderaiser 2014-04-18 03:28:19 -04:00
parent 1c415ea3a8
commit 3c35848eb8

View file

@ -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",