25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
394 B

  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. /* global Ext*/
  6. define(['extjs/ext-tree'], function () {
  7. 'use strict';
  8. Ext.UpdateManager.defaults.loadScripts = false;
  9. Ext.UpdateManager.defaults.disableCaching = true;
  10. Ext.BLANK_IMAGE_URL = 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7';
  11. });