mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-30 13:58:06 +00:00
Appeasing the gods of JSHint
This commit is contained in:
@@ -687,7 +687,7 @@ exports.search = function(text,options) {
|
||||
return options.invert ? !match : match;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
};
|
||||
// Loop through all the tiddlers doing the search
|
||||
var results = [];
|
||||
if($tw.utils.isArray(options.titles)) {
|
||||
|
||||
Reference in New Issue
Block a user