move property inside config object

This commit is contained in:
carson 2021-06-01 09:03:36 -06:00
parent d4a92b1a61
commit c7bde5ad25

View File

@ -35,7 +35,6 @@ return (function () {
removeExtension : removeExtension, removeExtension : removeExtension,
logAll : logAll, logAll : logAll,
logger : null, logger : null,
useTemplateFragments: false,
config : { config : {
historyEnabled:true, historyEnabled:true,
historyCacheSize:10, historyCacheSize:10,
@ -53,6 +52,7 @@ return (function () {
withCredentials:false, withCredentials:false,
wsReconnectDelay: 'full-jitter', wsReconnectDelay: 'full-jitter',
disableSelector: "[hx-disable], [data-hx-disable]", disableSelector: "[hx-disable], [data-hx-disable]",
useTemplateFragments: false,
}, },
parseInterval:parseInterval, parseInterval:parseInterval,
_:internalEval, _:internalEval,