You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In accessibilify.js we hook into the destroy method of an event. The accessible button should also destroy itself here and clean up any arrays it is part of.
sys.accessibleButtons is for gameButttons and should be renamed gameButtons
removeButton should be removed as it is not used internally and agencies can just destroy their accessibilified game objects safely with the above changes.
The text was updated successfully, but these errors were encountered:
I guess the idea will be that future versions of Genie will make it so removeButton is not required anymore, just destroy the object and the accessibilify stuff is cleaned up automatically.
Storytime can use the old version of Genie and continue with removeButton, or update to a new version of Genie with this change in and stop calling removeButton.
removeButton
should be removed as it is not used internally and agencies can just destroy their accessibilified game objects safely with the above changes.The text was updated successfully, but these errors were encountered: