1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

comma fix

This commit is contained in:
codecalm
2019-10-22 20:20:45 +02:00
parent 8f689e1a51
commit 5e487ec631
+1 -1
View File
@@ -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 %}
});
});