Add templateSettings to the Chaining category and cleanup _.difference use.

Former-commit-id: acccb5d3868cf6e38b9f6f87b6107cf4c7b1ec30
This commit is contained in:
John-David Dalton
2013-06-30 21:39:50 -07:00
parent 6054f6bfe1
commit 69cbb6e109
2 changed files with 8 additions and 7 deletions

View File

@@ -89,7 +89,7 @@
'zipObject': ['object']
};
/** Used to track the category of functions */
/** Used to track the category of identifiers */
var categoryMap = {
'Arrays': [
'compact',
@@ -205,6 +205,7 @@
'result',
'runInContext',
'template',
'templateSettings',
'times',
'unescape',
'uniqueId'