Skip to content

Commit

Permalink
remove usages of "debugger;" checked in, phetsims/tasks#1020
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 24, 2020
1 parent 85327b0 commit 14cf008
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9409,7 +9409,6 @@ <h4>scenery-phet/ScientificNotationNode</h4>
<script type="text/javascript">

function fillContentSection ( elem ) {
// debugger;
let $parent = $(elem).parent();
$parent.siblings().removeClass( 'active' );
$parent.addClass( 'active' );
Expand Down
1 change: 0 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ <h2 class="text-light">PhET Style Guide</h2>
<script type="text/javascript">

function fillContentSection ( elem ) {
// debugger;
let $parent = $(elem).parent();
$parent.siblings().removeClass( 'active' );
$parent.addClass( 'active' );
Expand Down

0 comments on commit 14cf008

Please sign in to comment.