julesfern / spahql

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

Fix for issue 25: selection of empty string properties #32

Open dirkpuis opened 9 years ago

dirkpuis commented 9 years ago

Simple fix for issue #25. Problem when selecting properties with empty string as value end up as undefined in the results. Only seems to occur when running in the browser.

Note: I'm new to this, so I didn't know how to generate the minified version of spahql.js ... if someone could point me in the right direction please.