-
Notifications
You must be signed in to change notification settings - Fork 12
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
Move Dialog to ES6 #437
Comments
Not sure what else can be done aside from |
|
I think
No strong preference.
Looks great! |
I created #486. Closing |
As a prelude to further work in #369, I'd like to see Dialog in ES6. I'll do that as a preliminary step.
UPDATE: There are 15 occurrences of
Dialog.call( this, ... )
, so we won't be able to useclass
until those cases are changed as well. According to the conversation in phetsims/phet-info#89 it is acceptable to port everything to ES6 except for theinherit
part.The text was updated successfully, but these errors were encountered: