dojo / interop

Provides bindings and interoperability between Dojo packages and other libraries
Other
1 stars 14 forks source link

DijitWrapper should use the widget-core/d/decorate function #5

Closed kitsonk closed 6 years ago

kitsonk commented 7 years ago

Enhancement

When dojo/widget-core#685 lands, the DijitWrapper should use the d/decorate function to decorate the widgets. It needs to only decorate the immediate children, which is currently not supported by that function.

kitsonk commented 6 years ago

Resolved by #12