mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-17 15:21:22 +00:00
Correct case of getindex filter operator
This commit is contained in:
@@ -15,7 +15,7 @@ returns the value at a given index of datatiddlers
|
|||||||
/*
|
/*
|
||||||
Export our filter function
|
Export our filter function
|
||||||
*/
|
*/
|
||||||
exports.getIndex = function(source,operator,options) {
|
exports.getindex = function(source,operator,options) {
|
||||||
var data,title,results = [];
|
var data,title,results = [];
|
||||||
if(operator.operand){
|
if(operator.operand){
|
||||||
source(function(tiddler,title) {
|
source(function(tiddler,title) {
|
||||||
|
|||||||
Reference in New Issue
Block a user