Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse noel templates with $.parseHTML #380

Merged
merged 2 commits into from
Sep 5, 2013

Commits on Sep 5, 2013

  1. Parse noel templates with $.parseHTML

    Because template strings are so often defined within `script` tags in
    the document, they commonly contain leading and trailing whitespace.
    The jQuery team advises sanitizing such strings using $.parseHTML`
    *before* passing them to the jQuery function [1].
    
    [1] http://blog.jquery.com/2013/05/24/jquery-1-10-0-and-2-0-1-released/
    jugglinmike committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    f940ba2 View commit details
    Browse the repository at this point in the history
  2. Update dependency on "nodequnit" test

    This latest version will ensure that the TravisCI build fails in
    response to failures in the Node.js unit tests.
    jugglinmike committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    10549b0 View commit details
    Browse the repository at this point in the history