print-window-tiddler
Jeremy Ruston 2012-05-08 17:44:32 +01:00
rodzic 468749159d
commit 830359263d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -185,7 +185,7 @@ exports.operators = {
},
"sort": {
selector: function(operator) {
throw "Cannot use sort operator at the start of a sort operation";
throw "Cannot use sort operator at the start of a filter operation";
},
filter: function(operator) {
var desc = operator.prefix === "!" ? "true" : "false";