canjs / devtools

Chrome DevTools for CanJS.
https://chrome.google.com/webstore/detail/canjs-devtools/hhdfadlgplkpapjfehnjhcebebgmibcb
MIT License
5 stars 0 forks source link

Filter map metadata started with '_' #101

Open cherifGsoul opened 4 years ago

cherifGsoul commented 4 years ago

injected scriptgetViewModelKeys method now filters the viewModel keys that start with _ like can-map metadata (eg: _data) in order the prevent undefineds error in can-devtools-components panel component.

Closes https://github.com/canjs/can-devtools-components/issues/108