canjs / can-view-import

Import dependencies in CanJS views
https://canjs.com/doc/can-view-import.html
MIT License
3 stars 2 forks source link

Properly pass parentNodeList to subtemplate #88

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

This fixes nodeLists, so that the parentNodeList is passed through to children.

Fixes #87