Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Ext.define('ccc.global.GlobalVariables', {
  2. singleton: true,
  3. statics: {
  4. username: 'hi user',
  5. password: '',
  6. clientID: '',
  7. token: ''
  8. }
  9.  
  10. proxy: {
  11. type: 'ajax',
  12. extraParams: {
  13. 'username': ExtApplication4.global.GlobalVariables.username
  14. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement