burdiuz / jsinterface

Automatically exported from code.google.com/p/jsinterface
0 stars 0 forks source link

JSDynamic.internalGet() should not convert all the false values to undefined #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
JSDynamic.internalGet() converts all the false values 
such as "", 0, NaN, false, and null to undefined.
Types of values should be kept.
I created a patch for this bug. Please use it.

Original issue reported on code.google.com by yukoba on 26 Mar 2010 at 7:46

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by burd...@gmail.com on 26 Mar 2010 at 12:19

GoogleCodeExporter commented 9 years ago

Original comment by burd...@gmail.com on 8 Apr 2010 at 7:24