mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-16 05:01:20 -08:00
Correct case of getindex filter operator
This commit is contained in:
parent
950a90e235
commit
d7d560897d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue