From 063af9ca4bd7447eda37b70d1b1c7f36c224a65d Mon Sep 17 00:00:00 2001 From: Russ Date: Mon, 3 Feb 2014 21:41:51 -0800 Subject: [PATCH] Update docGenerator.cfm and foundry.json to include 2.4 changes --- docs/docGenerator.cfm | 15 ++++++++++++--- foundry.json | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/docGenerator.cfm b/docs/docGenerator.cfm index 3d02d4c..3aae110 100644 --- a/docs/docGenerator.cfm +++ b/docs/docGenerator.cfm @@ -4,7 +4,7 @@ metadata = getComponentMetaData("underscore.Underscore"); - collectionFunctions = "each,map,reduce,reduceRight,find,filter,where,reject,all,any,include,invoke,pluck,max,min,sortBy,groupBy,countBy,sortedIndex,shuffle,toArray,size"; + collectionFunctions = "each,map,reduce,reduceRight,find,filter,where,findWhere,reject,all,any,include,invoke,pluck,max,min,sortBy,groupBy,countBy,sortedIndex,shuffle,toArray,toQuery,toXml,size"; arrayFunctions = "first,initial,last,rest,compact,flatten,without,union,intersection,difference,uniq,zip,object,indexOf,lastIndexOf,range,concat,reverse,takeWhile,splice,push,unshift,join,split,slice"; @@ -66,7 +66,7 @@