Created
April 24, 2013 00:25
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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