Skip to content

Instantly share code, notes, and snippets.

@jbuda
Created March 19, 2013 23:18
Show Gist options
  • Save jbuda/5201039 to your computer and use it in GitHub Desktop.
Save jbuda/5201039 to your computer and use it in GitHub Desktop.
YouTube model for video
Ext.define 'youtube.model.Video'
extend:'Ext.data.Model'
config:
fields:[
{name:'title',type:'string'}
{name:'thumbnail',type:'string'}
{name:'href',type:'string'}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment