mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 11:47:46 +01:00
6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
module.exports = {
|
|
"$": function(key, selector) {
|
|
selector = selector || "";
|
|
return "*[data-wd-key='"+key+"'] "+selector;
|
|
}
|
|
}
|