Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. marketConfigViewport = Ext.extend(marketConfigViewportUi, {
  2. initComponent: function() {
  3. marketConfigViewport.superclass.initComponent.call(this);
  4.  
  5. this.breadcrumb.setText(name);
  6.  
  7. var cg = this.categoriesGrid;
  8.  
  9.  
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement