You found a bug! We've classified it as
DSGNR-2436
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
Sencha User
warning sign red or other color, comfusing...
hi
Usually when I miss a semicolon I get a red sign with a !.
Now it´s sometimes another color.
I think it´s better to just have red,
and if the other color is just recomendation,
it´s something wrong,
two example:
console.log('hello); - not give any red sign. in the 1 it got alot of red signs when missing '.
localStorage.setItem('bana', record.get('bana'); not any red sign,
but another color and info: expected '(' and instaed saw ';', mising semicolon.
if(a < 5)
{
b = 6;
}*/
gives nothing for the '*/'
please check this out.
/ Mike