Skip to content

Instantly share code, notes, and snippets.

@kexoth
Created May 9, 2013 19:54
Show Gist options
  • Save kexoth/5550104 to your computer and use it in GitHub Desktop.
Save kexoth/5550104 to your computer and use it in GitHub Desktop.
Upload
this.options.uploadPath = this.options.uploadServer + '/upload?' + toURIParams({
timestamp : this.options.timestamp,
app_id : this.options.app,
id : this.options.id,
identifier : this.options.identifier,
title : this.options.name,
url : this.options.url,
tags : this.options.tags,
screens : this.options.screens,
css : this.options.css,
captions : this.options.captions,
exclusions : this.options.exclusions,
inclusions : this.options.inclusions
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment