We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consistent naming for initial value
some parameter types use default, and some use initial
default
initial
default is a keyword in javascript, and it would be preferable to use initial for all parameters.
I would suggest to only change the specification for this, but would keep the jscad web to accept both.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
consistent naming for initial value
Actual Behavior
some parameter types use
default
, and some useinitial
Specifications
default
is a keyword in javascript, and it would be preferable to useinitial
for all parameters.I would suggest to only change the specification for this, but would keep the jscad web to accept both.
The text was updated successfully, but these errors were encountered: