julesfern / spahql

A query language for Javascript data. Extracted from Spah.
MIT License
325 stars 20 forks source link

'listen' doesn't handle array node replace #26

Open Bohtvaroh opened 10 years ago

Bohtvaroh commented 10 years ago

When a whole array is being replaced with node.replace(newArr), listen is not called. If you replace just a single element of the array, listen is called.