Skip to content

Commit 1b7c9cf

Browse files
committed
list should be array - hash should be object
1 parent d37895b commit 1b7c9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/mapbox/mapbox.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ proto.plot = function(calcData, fullLayout, promises) {
6363
self.map.remove();
6464
self.map = null;
6565
self.styleObj = null;
66-
self.traceHash = [];
67-
self.layerList = {};
66+
self.traceHash = {};
67+
self.layerList = [];
6868
}
6969

7070
var promise;

0 commit comments

Comments
 (0)