Skip to content

Instantly share code, notes, and snippets.

@rossmartin
Created April 24, 2013 00:25
Show Gist options
  • Save rossmartin/5448614 to your computer and use it in GitHub Desktop.
Save rossmartin/5448614 to your computer and use it in GitHub Desktop.
JavaScript function that is called from Objective-C to show content of a file from Dropbox as soon as it has downloaded to the file system.
function showFileContents(file){
console.log("showFileContents()");
console.log(file);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment