apisSorter -> tagsSorter

"tags", not "tag", because it sorts the tags themselves, not the content of each tag.
This commit is contained in:
Kyle Shockey
2017-07-13 20:36:08 -07:00
parent d27962c0da
commit 571d65a582
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import * as AllPlugins from "core/plugins/all"
import { parseSeach, filterConfigs } from "core/utils"
const CONFIGS = [ "url", "urls", "urls.primaryName", "spec", "validatorUrl", "onComplete", "onFailure", "authorizations", "docExpansion",
"apisSorter", "operationsSorter", "supportedSubmitMethods", "dom_id", "defaultModelRendering", "oauth2RedirectUrl",
"tagsSorter", "operationsSorter", "supportedSubmitMethods", "dom_id", "defaultModelRendering", "oauth2RedirectUrl",
"showRequestHeaders", "custom", "modelPropertyMacro", "parameterMacro", "displayOperationId" , "displayRequestDuration"]
// eslint-disable-next-line no-undef