Skip to content

Instantly share code, notes, and snippets.

@jnicholls
Created April 26, 2012 19:06
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 jnicholls/2502048 to your computer and use it in GitHub Desktop.
Save jnicholls/2502048 to your computer and use it in GitHub Desktop.
filters: [
["JSON Files", "*.json"],
["All Files", "*.*"]
]
// or
filters: [{
name: 'JSON Files',
filter: '*.json'
}, {
name: 'All Files',
filter: '*.*'
}]
// or both?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment