Skip to content

Commit a9b3161

Browse files
committed
fix 误提交文件
1 parent 9622dbb commit a9b3161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Leaflet/SuperMap/iServer/GetFeaturesByBoundsService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* 数据集Bounds查询服务类
44
*/
55
require('./GetFeaturesServiceBase');
6-
var GetFeaturesServiceBase=require('../../../Core/iServer/GetFeaturesByBoundsService');
6+
require('../../../Core/iServer/GetFeaturesByBoundsService');
77

88
GetFeaturesByBoundsService = GetFeaturesServiceBase.extend({
99

0 commit comments

Comments
 (0)