From e2015941a0724ee9192d1eae37435f93d62ad2d5 Mon Sep 17 00:00:00 2001 From: songyumeng Date: Tue, 26 Nov 2024 09:02:49 +0800 Subject: [PATCH] Update MapExtend.js --- src/mapboxgl/core/MapExtend.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mapboxgl/core/MapExtend.js b/src/mapboxgl/core/MapExtend.js index 778831bc9..8269d5dbb 100644 --- a/src/mapboxgl/core/MapExtend.js +++ b/src/mapboxgl/core/MapExtend.js @@ -37,7 +37,6 @@ export var MapExtend = (function () { super(options); } } - // 防止引入多个 iclient-mapboxgl 导致死循环 mapboxgl.Map.prototype._inherit = true; } })();