mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
comma fix
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
map: '{{ data.map }}',
|
||||
backgroundColor: 'transparent',
|
||||
color: 'rgba(120, 130, 140, .1)',
|
||||
borderColor: 'transparent'
|
||||
borderColor: 'transparent',
|
||||
{% if data.zoom %}enableZoom: true,{% endif %}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user