Correct case of getindex filter operator

print-window-tiddler
Jermolene 2015-02-09 21:42:25 +00:00
rodzic 950a90e235
commit d7d560897d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ returns the value at a given index of datatiddlers
/*
Export our filter function
*/
exports.getIndex = function(source,operator,options) {
exports.getindex = function(source,operator,options) {
var data,title,results = [];
if(operator.operand){
source(function(tiddler,title) {