Hello together,
I just wanted you letting this know.... :)
I noticed if I use in a comment some "special" html tags that I'm getting an error.
Examples:
SomeFunction : function (instance){
// <tr> <= error
// <thead> <= error
// <div> <= no error
}
The error in the console:
error.PNG