mirror of
https://github.com/maputnik/editor.git
synced 2025-12-24 07:00:01 +00:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
module.exports = {
|
|
"$": function(key, selector) {
|
|
selector = selector || "";
|
|
return "*[data-wd-key='"+key+"'] "+selector;
|
|
}
|
|
}
|