bigskysoftware / idiomorph

A DOM-merging algorithm
BSD 2-Clause "Simplified" License
631 stars 31 forks source link

Fix isInlineSwap on defineExtension #32

Closed CharlesTaylor7 closed 5 months ago

CharlesTaylor7 commented 5 months ago

Anytime a non "morph" swap style is uses while the extension is enabled causes the inlineSwap handler to crash.

Since the morph config has a morphStyle property, but not a swapStyle property, I assume this is just a typo.