so I have a list like this: And I want to look like this: My problem is, I try every way i know to replace the single quote but, nothing work, so far so god, I got this code: But I still getting the same result, any idea of how can i do it? Thank you very much to all!
Tag: quotes
How does Google Closure Compiler handle quotes (string literals)?
The question ‘How does Google Closure Compiler handle quotes (string literals)?’ could also be re-phrased like: Why does Closure replace/swap single quotes with double quotes? How does Closure decide what quote- formatting/style to use? (How) can I change this (default) behavior? Note 1: this question is not about why Closure (or some other minifiers) have chosen to prefer double quotes