Skip to content

Commit

Permalink
lint fixes, see phetsims/joist#941
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Sep 23, 2024
1 parent 2420597 commit 2dfed3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ph-scale-basics_description_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,13 +326,13 @@ <h3 class="no-pad">State Descriptions for pH Scale</h3>

const getDefaultLogic = () => {
return localStorage.getItem( 'ph-scale-basics-description-logic.js' ) || '// Copy-paste logic here, it will be saved';
}
};

const getDefaultStrings = () => {

// TODO: generalize to locale-specific based on what locale the sim is https://github.com/phetsims/joist/issues/941
return localStorage.getItem( 'ph-scale-basics-description-strings_en.js' ) || '// Copy-paste strings here, they will be saved';
}
};

// eslint-disable-next-line no-undef
const logicEditor = CodeMirror( document.querySelector( '#logic-editor' ), {
Expand Down

0 comments on commit 2dfed3d

Please sign in to comment.