parseSeach -> parseSearch in index.js

This commit is contained in:
Will Marshall
2017-07-17 13:39:06 -07:00
committed by GitHub
parent 7363776079
commit 1d9e71ff3e

View File

@@ -4,7 +4,7 @@ import System from "core/system"
import win from "core/window"
import ApisPreset from "core/presets/apis"
import * as AllPlugins from "core/plugins/all"
import { parseSeach, filterConfigs } from "core/utils"
import { parseSearch, filterConfigs } from "core/utils"
const CONFIGS = [
"url",
@@ -83,7 +83,7 @@ module.exports = function SwaggerUI(opts) {
store: { },
}
let queryConfig = parseSeach()
let queryConfig = parseSearch()
const constructorConfig = deepExtend({}, defaults, opts, queryConfig)