Skip to content

Instantly share code, notes, and snippets.

@gorkunov
Created February 10, 2011 17:26
Show Gist options
  • Save gorkunov/820929 to your computer and use it in GitHub Desktop.
Save gorkunov/820929 to your computer and use it in GitHub Desktop.
Ext.regStore('cloudlogistics.stores.ShipmentAlertStore', {
model: 'cloudlogistics.models.ShipmentAlert',
data: [
{
"name": "Shipment is late"
},{
"name": "Shipment delivered"
},{
"name": "Shipment arrive in 2 hours"
},{
"name": "Shipment lost"
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment