Stashing nohash while master is broken
This commit is contained in:
parent
bdf65ac8f0
commit
8ce57f8a90
@ -721,7 +721,7 @@ carto.Parser = function Parser(env) {
|
||||
//
|
||||
element: function() {
|
||||
var e;
|
||||
if (e = $(/^(?:[.#]?[\w-]+|\*)/)) {
|
||||
if (e = $("^(?:(?:[.#][\w-]+|\*|Map))")) {
|
||||
return new tree.Element(e);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user