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
I tried Math.floor(R) but it got converted to:
Math.floor(R)
float rr = r.r(r);
I think it probably happens around https://github.com/p-v-o-s/infragram-js/blob/master/public/infragram-gl.coffee#L113 but am not sure
I also know we have to get rid of .toLowerCase() and I'm getting rid of .toUpperCase() in the -js version, so that it doesn't turn Math into MATH.
.toLowerCase()
The text was updated successfully, but these errors were encountered:
change to begin accepting Javascript methods in infragrammar again, #64
fb952e8
No branches or pull requests
I tried
Math.floor(R)
but it got converted to:I think it probably happens around https://github.com/p-v-o-s/infragram-js/blob/master/public/infragram-gl.coffee#L113 but am not sure
I also know we have to get rid of
.toLowerCase()
and I'm getting rid of .toUpperCase() in the -js version, so that it doesn't turn Math into MATH.The text was updated successfully, but these errors were encountered: