Skip to content

Commit ea1528c

Browse files
committed
MAGETWO-40308: [GITHUB] admin external extjs.com requests #1483
- Overwritten EXTjs emty icon setting. - Fixed code style
1 parent fb011a0 commit ea1528c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

lib/web/extjs/defaults.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
/**
2+
* Copyright © 2015 Magento. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
6+
/* global Ext*/
17
define(['extjs/ext-tree'], function () {
8+
'use strict';
9+
210
Ext.UpdateManager.defaults.loadScripts = false;
311
Ext.UpdateManager.defaults.disableCaching = true;
4-
});
12+
Ext.BLANK_IMAGE_URL = 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7';
13+
});

0 commit comments

Comments
 (0)