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