Skip to content

Commit 2d6db7b

Browse files
committed
add 'mapbox.layers' to list of _isLinkedAtoArray attr to check
1 parent 28125a4 commit 2d6db7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jasmine/tests/plotschema_test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ describe('plot schema', function() {
116116
it('should convert _isLinkedToArray attributes to items object', function() {
117117
var astrs = [
118118
'annotations', 'shapes', 'images',
119-
'xaxis.rangeselector.buttons', 'yaxis.rangeselector.buttons'
119+
'xaxis.rangeselector.buttons', 'yaxis.rangeselector.buttons',
120+
'mapbox.layers'
120121
];
121122

122123
astrs.forEach(function(astr) {

0 commit comments

Comments
 (0)