Stashing nohash while master is broken

This commit is contained in:
Tom MacWright 2011-10-13 10:59:01 -04:00
parent bdf65ac8f0
commit 8ce57f8a90

View File

@ -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);
}
},