-
Notifications
You must be signed in to change notification settings - Fork 249
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
all core plugins: update to remove references to deprecated functionality #2799
Closed
moloko opened this issue
Jun 16, 2020
· 0 comments
· Fixed by adaptlearning/adapt-contrib-core#84 or adaptlearning/adapt-contrib-branching#31
Closed
all core plugins: update to remove references to deprecated functionality #2799
moloko opened this issue
Jun 16, 2020
· 0 comments
· Fixed by adaptlearning/adapt-contrib-core#84 or adaptlearning/adapt-contrib-branching#31
Labels
Comments
This was referenced Mar 23, 2022
This was referenced Mar 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mostly to switch over to the new a11y/notify APIs
At the same time also switch over any instances of
model.get('_children')
tomodel.getChildren()
andmodel.get('_parent')
tomodel.getParent()
.Also start using ES6 where this would improve the code (n.b. this requires a FW dependency bump to >=5.3)
The text was updated successfully, but these errors were encountered: