Open weberk opened 8 months ago
Hi,
such code will fail compilation because of redefinition of variable value.
value
class SunField extends BaseDataField { ... function cur_label(value) { if (gLocationLat != null) { var value = "";
Which version of the SDK are you using? I failed with 4.2.4 as well as with 6.4.2.
Hi,
such code will fail compilation because of redefinition of variable
value
.Which version of the SDK are you using? I failed with 4.2.4 as well as with 6.4.2.