Skip to content

Commit

Permalink
use strict lint fixes for node repos using function def instead of gl…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 3, 2022
1 parent 4be5d2e commit dd0125f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/pageload-connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
* Reports a (delayed) page load (or error) to the parent frame for Aqua continuous testing.
* @author Jonathan Olson <[email protected]>
*/

'use strict';

( function() {
'use strict';

var hasErrored = false;

Expand Down

0 comments on commit dd0125f

Please sign in to comment.