added exclude function

This commit is contained in:
Raz 2014-02-24 10:01:58 +02:00
parent 0949b7ec0a
commit b69652fc0c

View File

@ -199,6 +199,13 @@ function (_) {
defaultParams: [25]
});
addFuncDef({
name: "exclude",
category: categories.Filter,
params: [ { name: "exclude", type: 'string' } ],
defaultParams: ['exclude']
});
addFuncDef({
name: 'highestCurrent',
category: categories.Filter,