Re: [custom-elements-tests][html-templates-tests] Submission/unipro (#437)

It might be clearer to move the function out of the call:

function f(value) { doc.register(value); }
assert_throws(null, f, 'Exception ...');

View on GitHub: https://github.com/w3c/web-platform-tests/pull/437#discussion_r8045039

Received on Monday, 2 December 2013 23:36:53 UTC