Closed dhil closed 2 years ago
This patch fixes a regression in lib/js/vdom.js, as since patch #1087 there is no longer any _makeCont function, instead client code has to call _$K.make.
lib/js/vdom.js
_makeCont
_$K.make
Supposedly already fixed by @slindley, since this PR is empty since syncing with master...
This patch fixes a regression in
lib/js/vdom.js
, as since patch #1087 there is no longer any_makeCont
function, instead client code has to call_$K.make
.