We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3421a commit c7d7357Copy full SHA for c7d7357
src/common/overlay/levelRenderer/Painter.js
@@ -129,10 +129,11 @@ export class Painter {
129
return false;
130
}
131
132
+ /* eslint-disable */
133
// 什么都不干的空方法
- function doNothing() { // eslint-disable-line no-unused-vars
134
- //NOSONAR
+ function doNothing() { //NOSONAR
135
136
+ /* eslint-enable */
137
138
139
src/leaflet/overlay/EChartsLayer.js
@@ -195,7 +195,7 @@ LeafletMapCoordSys.prototype.getBMap = function () {
195
return this._LeafletMap
196
197
198
-LeafletMapCoordSys.prototype.prepareCustoms = function (data) {
+LeafletMapCoordSys.prototype.prepareCustoms = function () {
199
var zrUtil = echarts.util;
200
201
var rect = this.getViewRect();
0 commit comments