feat(graphite): make sortByName optional

fixes #3360
closes #3361
This commit is contained in:
carl bergquist
2015-12-17 07:17:39 +01:00
parent bc2bc1f2ac
commit 12889a9509

View File

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