Skip to content
New issue

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

disable autoAnswer #182

Closed
pixelzoom opened this issue Jul 13, 2018 · 1 comment
Closed

disable autoAnswer #182

pixelzoom opened this issue Jul 13, 2018 · 1 comment
Assignees

Comments

@pixelzoom
Copy link
Contributor

See phetsims/joist#406.

Add this to ArithmeticQueryParameters:

if ( phet.chipper.isProduction && !phet.chipper.isDebugBuild ) {
  ArithmeticQueryParameters.autoAnswer = false;
}
@jbphet
Copy link
Contributor

jbphet commented Jul 13, 2018

I added the suggested code and removed the previous code that prevented the feature from being available in production builds based on the version ID. Closing.

@jbphet jbphet closed this as completed Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants