Skip to content

Fix minor method call error + Filter handling for non-arrays

Compare
Choose a tag to compare
@bhgames bhgames released this 18 Apr 22:57
· 8 commits to master since this release

Thanks to @kazu9su for providing support so that when you pass in a non-array to filter, it returns an empty array per the js version.

I also added a fix where we were calling .append on an array, which is not a method in ruby.