Skip to content

Commit

Permalink
Regenerating files, see phetsims/chipper#671
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed May 22, 2018
1 parent 0558a62 commit 9ebfac8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/scenery-test-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017, University of Colorado Boulder
// Copyright 2018, University of Colorado Boulder

/*
* IMPORTANT: This file was auto-generated by "grunt generate-config". Please do not modify this directly. Instead
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"grunt": "~1.0.0"
},
"phet": {
"generatedUnitTests": true,
"requirejsNamespace": "SCENERY",
"buildStandalone": true,
"isJSOnly": true,
Expand Down
8 changes: 4 additions & 4 deletions scenery-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<!-- a11y - aria-live attribute is used to send alerts and status updates to screen readers, otherwise invisible -->
<div id='aria-live-elements'
style="position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; clip: rect(0px 0px 0px 0px); pointer-events: none;">
<p id="assertive" aria-live="assertive"></p>
<p id="polite" aria-live="polite"></p>
<p id="assertive-alert" aria-live="assertive" role="alert"></p>
<p id="polite-status" aria-live="polite" role="status"></p>
<p id="polite-1" aria-live="polite"></p>
<p id="polite-2" aria-live="polite"></p>
<p id="polite-3" aria-live="polite"></p>
<p id="polite-4" aria-live="polite"></p>
</div>

<script type="text/javascript">
Expand Down

0 comments on commit 9ebfac8

Please sign in to comment.