fixed indentdation

This commit is contained in:
antisnatchor
2015-06-26 12:15:47 +02:00
parent 5de857f710
commit de13116182

View File

@@ -79,18 +79,18 @@ beef.browser.cookie = {
var lol_length = Math.floor(Math.random() * (max - min + 1)) + min;
var grunt = function(){
var moo = Math.floor(Math.random() * 62);
// this covers alpha chars only, both uppercase and lowercase
if(moo < 36){
return String.fromCharCode(moo + 55);
}else{
return String.fromCharCode(moo + 61);
}
};
while(to_hell.length < lol_length){
to_hell += grunt();
var moo = Math.floor(Math.random() * 62);
// this covers alpha chars only, both uppercase and lowercase
if(moo < 36){
return String.fromCharCode(moo + 55);
}else{
return String.fromCharCode(moo + 61);
}
return to_hell;
};
while(to_hell.length < lol_length){
to_hell += grunt();
}
return to_hell;
},
hasSessionCookies: function (name){