Skip to content

Commit

Permalink
remove unused var, see #658
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 2, 2018
1 parent 688ba6d commit 37c07d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/sim-a11y-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ <h3>Static and Dynamic Descriptions</h3>

// get the parent container for the parallel DOM copy and the alert content
var copyContainer = document.getElementById( 'dom-copy-container' );
var politeElementContainer = document.getElementById( 'polite-element-container' );

// add the copies to the outer document
copyContainer.appendChild( pDOMCopy );
Expand Down

0 comments on commit 37c07d8

Please sign in to comment.