misojs
misojs copied to clipboard
enhancement: index in bind function changing due to splice
Changing the bindings array to an object so that elements can be removed while preserving indicies of our tracking object
Are you using the index to access the binding? If so, we should perhaps create a method that allows you to retrieve it, rather than accessing by index.