javascript - Invalid left-hand side in assignment for no apparent reason -


i'm receiving kind of error, can't copy whole code (quite big), can find reason why happens.

in portion of code

 '...      })})(jqinteractives);</script></textarea>')          } else if (ide == "feverchart") {          $("#codearea").append('<textarea>'+           '<style>.stretch:after {content:     .... 

i'm using ... indicate code follows there, it's not problem of what's around it, if move it, problem appears in line

 $("#codearea").append('<textarea>'+ 

it has nothing '+ because i've tried without , continuing line.

i'm using exact same line in other parts of complete code without problems, , don't see problem here either. clues?

per comment, moved different place, avoid problems not closing smoething. have same problem when move here:

 if (ide == "blanktemp") {   } else if (ide == "feverchart") {          $("#codearea").append('<textarea>'+           '<style>.stretch:after {content: ".";display: [... code continues ...] 

it's same line, no matter put it.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -