Skip to content

Instantly share code, notes, and snippets.

@neel
Created August 26, 2010 07:00
Show Gist options
  • Save neel/550967 to your computer and use it in GitHub Desktop.
Save neel/550967 to your computer and use it in GitHub Desktop.
var FMRuntime = {
/**
* Changes Directory
* \internal Just Calls _cd() and _ls() serialy.
* \return void
*/
cd : function(){
},
/**
* Updates currentDirectory Cookie Value Only
*/
_cd : function(){
},
_ls : function(){
},
_hideInfoBar : function(dirname){
},
__drawListing : function(){
},
__clearListing : function(){
},
__retriveListing : function(){
},
___updateNavigationBar : function(){
},
___drawIcons : function(jsonObj){
var i;
for(i=0; ){
}
},
____drawIcon : function(){
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment