Closed GoogleCodeExporter closed 8 years ago
Oops, found an index issue in the proposed solution:
if (defineParts && defineParts.length > 2) {
should be
if (defineParts && defineParts.length > 1) {
Original comment by brownsea42@googlemail.com
on 8 Mar 2010 at 8:22
Thank you for the patch. Your code was committed in revision 831, and will be
in the next release: 2.4.0
Original comment by micmath
on 9 Mar 2010 at 3:59
Original issue reported on code.google.com by
brownsea42@googlemail.com
on 26 Jan 2010 at 11:32