Merge branch 'addshore-graphiteSortByNameNatural'

This commit is contained in:
carl bergquist
2015-12-17 07:21:43 +01:00

View File

@@ -279,7 +279,9 @@ function (_, $) {
addFuncDef({
name: 'sortByName',
category: categories.Special
category: categories.Special,
params: [{ name: "natural", type: "select", options: ["true", "false"], optional: true }],
defaultParams: ["false"]
});
addFuncDef({