mkraska / meclib

JSXGraph-based dynamic and interactive images in Moodle STACK questions without even touching JavaScript
9 stars 3 forks source link

Clean up #26

Open mkraska opened 1 year ago

mkraska commented 1 year ago

Adjust the code of meclib.js to JS coding standards.

Change Maxima comments in functions from block comments / / to line comments. This is because nesting of block comments doesn*t work. Local copies of functions with block comments can't be switched on/off with block comments in the question variables.

mkraska commented 7 months ago

replacing var by let done by Aaron in iMeclib