JavaScript Code-Folding Bug?
Posted: Wed Jun 15, 2011 1:19 am
The following JavaScript code example doesn't fold properly...
if (xxx)
{
if (this.StrokeColor == '') {this.StrokeColor = '#0000FF';}
}
if (xxx)
{
if (this.StrokeColor == '') {this.StrokeColor = '#0000FF';}
}