Guest User

Untitled

a guest
Jul 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Ext.regStore('cloudlogistics.stores.ShipmentAlertStore', {
  2. model: 'cloudlogistics.models.ShipmentAlert',
  3. data: [{
  4. "name": "Shipment is late"
  5. },{
  6. "name": "Shipment delivered"
  7. },{
  8. "name": "Shipment arrive in 2 hours"
  9. },{
  10. "name": "Shipment lost"
  11. }]
  12. });
Add Comment
Please, Sign In to add comment