Skip to content

Instantly share code, notes, and snippets.

@julianshen
Created November 5, 2011 10:01
Show Gist options
  • Save julianshen/1341348 to your computer and use it in GitHub Desktop.
Save julianshen/1341348 to your computer and use it in GitHub Desktop.
var myStroe = Ext.create('Ext.data.Store', {
model: 'Group',
proxy: {
type: 'facebook',
api : '/me/groups'
},
autoLoad: false,
autoSync: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment