cleaned whitespace

This commit is contained in:
Collin Anderson 2015-02-02 10:12:52 -05:00
parent 76a24d8a5b
commit 54e984c763
89 changed files with 56 additions and 126 deletions

View file

@ -102,7 +102,7 @@ limitations under the License.
try {
result = test.run();
} catch (e) {
console.error('test run failed: ' + e);
console.error('test run failed: ' + e);
result = { output: 'Failed', emulated: '?' };
}
if (result.then)
@ -111,6 +111,6 @@ limitations under the License.
publish(result);
}
</script>
</body>
</html>

View file

@ -25,7 +25,7 @@ Promise.prototype = {
resolve: function (result) {
if ('result' in this) return;
this.result = result;
if ('callback' in this) this.callback(result);
if ('callback' in this) this.callback(result);
}
};
@ -665,4 +665,3 @@ function checkCanvas(font) {
colors[2][2] * 3 < counts[2][2];
return isPlus;
}

View file

@ -37,4 +37,3 @@ onmessage = function (e) {
break;
}
};