We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9622dbb commit a9b3161Copy full SHA for a9b3161
src/Leaflet/SuperMap/iServer/GetFeaturesByBoundsService.js
@@ -3,7 +3,7 @@
3
* 数据集Bounds查询服务类
4
*/
5
require('./GetFeaturesServiceBase');
6
-var GetFeaturesServiceBase=require('../../../Core/iServer/GetFeaturesByBoundsService');
+require('../../../Core/iServer/GetFeaturesByBoundsService');
7
8
GetFeaturesByBoundsService = GetFeaturesServiceBase.extend({
9
0 commit comments