Skip to content

Instantly share code, notes, and snippets.

@justinvt
Created February 16, 2011 22:37
Show Gist options
  • Save justinvt/830434 to your computer and use it in GitHub Desktop.
Save justinvt/830434 to your computer and use it in GitHub Desktop.
includes: {
backbone: {
config: [ "sync" ],
helpers:
[ "backbone-plugin-init",
"jquery-template-loader",
"jquery-upload-data" ],
plugins: {
uploader: [
{
views: [
"album",
"upload_form",
{
templates: [
"controls",
"small",
"upload",
"form",
"thumbnail" ]
}
],
models: [
"upload",
"album"
]
},
"uploader"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment