Skip to content

Commit

Permalink
move property inside config object
Browse files Browse the repository at this point in the history
  • Loading branch information
carson committed Jun 1, 2021
1 parent d4a92b1 commit c7bde5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htmx.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ return (function () {
removeExtension : removeExtension,
logAll : logAll,
logger : null,
useTemplateFragments: false,
config : {
historyEnabled:true,
historyCacheSize:10,
Expand All @@ -53,6 +52,7 @@ return (function () {
withCredentials:false,
wsReconnectDelay: 'full-jitter',
disableSelector: "[hx-disable], [data-hx-disable]",
useTemplateFragments: false,
},
parseInterval:parseInterval,
_:internalEval,
Expand Down

0 comments on commit c7bde5a

Please sign in to comment.