Integrate suggestion from review to improve consistency with existing code.
2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/publicdomain/zero/1.0/
9 for (var prop in props) {
10 postMessage({ "prop": prop, "value": self[prop] });
12 postMessage({ "testfinished": 1 });