Skip to content

Commit

Permalink
Fix /*global*/ decls and nearby whitespace
Browse files Browse the repository at this point in the history
(VS Code did not understand the comma delimited list.)
  • Loading branch information
DLehenbauer committed Dec 30, 2015
1 parent 193da44 commit 6c2060f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testharnessreport.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*global add_completion_callback, setup */
/* global add_completion_callback */
/* global setup */

/*
* This file is intended for vendors to implement
* code needed to integrate testharness.js tests with their own test systems.
Expand All @@ -23,8 +25,6 @@
* parameters they are called with see testharness.js
*/



var metadata_generator = {

currentMetadata: {},
Expand Down

0 comments on commit 6c2060f

Please sign in to comment.