mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Adding minor cleaning to JS file #173

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

To make it easier to keep track of custom replacements, I've moved the custom replacements into a dedicated function at the very bottom of the script, rather than included in the middle of a complicated function. This is almost a purely cosmetic change.