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 Apr 30, 2020
1 parent daa8b88 commit baa0bc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/qunit-connector.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// Copyright 2017, University of Colorado Boulder

'use strict';

/**
* When running unit tests in an iframe, connects to the parent frame to give results.
* @author Sam Reid (PhET Interactive Simulations)
*/
( function() {
'use strict';

// By default, QUnit runs tests when load event is triggered on the window. If you’re loading tests asynchronously,
// you can set this property to false, then call QUnit.start() once everything is loaded.
Expand Down

0 comments on commit baa0bc0

Please sign in to comment.