> > On Jan 18, 2013, at 2:57 PM, Mark Hahn <[email protected]> wrote: > >> Have you tried \\ instead of \ ? > > +1. When quoting text for JavaScript or JSON, you have to escape any > backslashes in the text.
I did. I verified my javascript func worked. Then I compressed it. Then i went through and replaced the \'s with \\'s. When the func was eval'd it would throw. I'm going to run through the whole thing again to triple check though. > > —Jens
