almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.86k stars 1.48k forks source link

Fix for #3562 #4253

Closed justinharrell closed 5 years ago

justinharrell commented 5 years ago

Adds forEach to DataView, based on how map was implemented, just passes through but applies the dataview filter. See #3562

justinharrell commented 5 years ago

Seems to be failing lint because of 9de41d6f916c49fa280939611f726a96e2461c4d

softwareCobbler commented 5 years ago

Seems to be failing lint because of 9de41d6

true; easy fix, too: #4256

justinharrell commented 5 years ago

Should be good to go now after rebase