Skip to content

Instantly share code, notes, and snippets.

@jayfresh
Created January 14, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayfresh/8420006 to your computer and use it in GitHub Desktop.
Save jayfresh/8420006 to your computer and use it in GitHub Desktop.
// app.js
$(document).ready(function() {
phoneCollector.getBackups(function(backupOptions) {
backupOptions.forEach(...);
});
});
$('button#go').click(function(){
phoneCollector.convertBackupToPIO(this.value, function() {
alert('done!');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment