Skip to content

Commit 02f9385

Browse files
authored
Update FetchRequest.js
1 parent 8199efd commit 02f9385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/common/util/FetchRequest.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* Copyright© 2000 - 2019 SuperMap Software Co.Ltd. All rights reserved.
22
* This program are made available under the terms of the Apache License, Version 2.0
33
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4-
import "./PromisePolyfill"
5-
import 'fetch-ie8'
4+
import 'promise-polyfill/dist/polyfill';
5+
import 'fetch-ie8';
66
import fetchJsonp from 'fetch-jsonp';
77
import {
88
SuperMap
@@ -427,4 +427,4 @@ SuperMap.Util.RequestJSONPPromise = {
427427
});
428428
return me.issue(config);
429429
}
430-
};
430+
};

0 commit comments

Comments
 (0)