Skip to content

Commit 3ef7f14

Browse files
committed
BLANK_IMAGE_URL to avoid long timeouts
1 parent 95a244a commit 3ef7f14

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/test/resources/libraries/ExtJS/2.2/examples/desktop/sample.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* http://extjs.com/license
77
*/
88

9+
Ext.BLANK_IMAGE_URL = '../../resources/images/default/s.gif';
910

1011
// Sample desktop configuration
1112
MyDesktop = new Ext.app.App({

src/test/resources/libraries/ExtJS/2.2/examples/grid/binding.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* http://extjs.com/license
77
*/
88

9+
Ext.BLANK_IMAGE_URL = '../../resources/images/default/s.gif';
10+
911
Ext.onReady(function(){
1012

1113
// create the Data Store

0 commit comments

Comments
 (0)