cleaned whitespace
This commit is contained in:
parent
76a24d8a5b
commit
54e984c763
89 changed files with 56 additions and 126 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ onmessage = function (e) {
|
|||
break;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue