Remove curly braces from qualified identifiers

Fixes #860
print-window-tiddler
Jermolene 2014-09-19 11:33:49 +01:00
rodzic 5dbcc5f601
commit b239b3d623
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -204,7 +204,7 @@ Widget.prototype.getStateQualifier = function(name) {
}
node = node.parentWidget;
}
return "{" + $tw.utils.hashString(output.join("")) + "}";
return $tw.utils.hashString(output.join(""));
};
/*

Wyświetl plik

@ -1,3 +1,3 @@
title: $:/state/tab/sidebar-{-1835078512}
title: $:/state/tab/sidebar--1835078512
InhaltsVerzeichnis

Wyświetl plik

@ -1,3 +1,3 @@
title: $:/state/tab/sidebar-{-1835078512}
title: $:/state/tab/sidebar--1835078512
TableOfContents