igorsoaresassis / jmonthcalendar

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

Different casing on return value #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Produce a JSON date that isn't any of the pre-defined formats

What is the expected output? What do you see instead?
"undefined variable tdt"

What version of the product are you using? On what operating system?
1.30 beta

Please provide any additional information below.
In the _getJSONDate function, the return value is mis-cased.

The local variable is: 
var tDt

The return value is:

return tdt;

Original issue reported on code.google.com by kahan...@gmail.com on 26 Jul 2009 at 5:18

GoogleCodeExporter commented 8 years ago
This issue was closed by r63.

Original comment by k.leneau@gmail.com on 27 Jul 2009 at 3:55