You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust the code of meclib.js to JS coding standards.
replace var by let
class names starting with capital letters
strict comparisons with ===
make findConnectingLines() a method of class polygon (instead of a global function)
Change Maxima comments in functions from block comments /* / to line comments. This is because nesting of block comments doesnt work. Local copies of functions with block comments can't be switched on/off with block comments in the question variables.
The text was updated successfully, but these errors were encountered:
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 doesnt work. Local copies of functions with block comments can't be switched on/off with block comments in the question variables.
The text was updated successfully, but these errors were encountered: