On Wednesday, 18 February 2015 at 00:21:11 UTC, Matt Kline wrote:

if (value) {

should of course be

 if (!value) {

Sorry for the typo.

Reply via email to