Question #110173 on nXhtml changed:
https://answers.launchpad.net/nxhtml/+question/110173

Perry Smith posted a new comment:
Ok.  As I explore this new stuff I'll keep you posted.

I have a unrelated question.  I might should start a new thread.

This works:

    <script type="text/javascript">
      function runSuites() {
          JSpec
              .exec('unit/spec-loader.js')
              .run({ fixturePath: 'fixtures' })
              .report()
      }
    </script>

But if I change the script tag and use single quotes, it does not.  (It
is not recognized as a new chunk.)  Some pattern somewhere probably in
the mumamo code is looking for double quotes and not single quotes.  Any
idea of where that is?

-- 
You received this question notification because you are a member of
nXhtml, which is an answer contact for nXhtml.

_______________________________________________
Mailing list: https://launchpad.net/~nxhtml
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~nxhtml
More help   : https://help.launchpad.net/ListHelp

Reply via email to