changed name of Keys function to init in modules

This commit is contained in:
coderaiser 2012-12-04 07:23:54 -05:00
parent 1e585b6082
commit ecb0192ab9
6 changed files with 7 additions and 8 deletions

View file

@ -159,7 +159,7 @@ var CloudCommander, Util, DOM, $, Github, cb;
User.show(null, lShowUserInfo);
}
Storage.Keys = function(){
Storage.init = function(){
Util.loadOnLoad([
getUserData,
init,