Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"ol": "6.1.1",
"pbf": "3.0.2",
"proj4": "2.5.0",
"promise-polyfill": "6.0.2",
"promise-polyfill": "8.1.3",
"three": "0.92.0",
"xlsx": "0.15.1",
"xml-js": "1.6.11"
Expand Down
2 changes: 1 addition & 1 deletion src/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"elasticsearch": "16.5.0",
"fetch-ie8": "1.5.0",
"fetch-jsonp": "1.1.3",
"promise-polyfill": "6.0.2",
"promise-polyfill": "8.1.3",
"lodash.topairs": "4.3.0"
}
}
6 changes: 3 additions & 3 deletions src/common/util/FetchRequest.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Copyright© 2000 - 2019 SuperMap Software Co.Ltd. All rights reserved.
* This program are made available under the terms of the Apache License, Version 2.0
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
import "./PromisePolyfill"
import 'fetch-ie8'
import 'promise-polyfill/dist/polyfill';
import 'fetch-ie8';
import fetchJsonp from 'fetch-jsonp';
import {
SuperMap
Expand Down Expand Up @@ -427,4 +427,4 @@ SuperMap.Util.RequestJSONPPromise = {
});
return me.issue(config);
}
};
};
6 changes: 0 additions & 6 deletions src/common/util/PromisePolyfill.js

This file was deleted.