NUEVA BUSQUEDA DE DATOS SRI
This commit is contained in:
6
node_modules/negotiator/lib/language.js
generated
vendored
6
node_modules/negotiator/lib/language.js
generated
vendored
@@ -54,9 +54,9 @@ function parseLanguage(str, i) {
|
||||
var match = simpleLanguageRegExp.exec(str);
|
||||
if (!match) return null;
|
||||
|
||||
var prefix = match[1],
|
||||
suffix = match[2],
|
||||
full = prefix;
|
||||
var prefix = match[1]
|
||||
var suffix = match[2]
|
||||
var full = prefix
|
||||
|
||||
if (suffix) full += "-" + suffix;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user