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

remove bindings from delayed action, allow calling prototype methods #28

Closed
whoozle opened this issue Feb 3, 2017 · 1 comment
Closed
Assignees

Comments

@whoozle
Copy link
Collaborator

whoozle commented Feb 3, 2017

remove explicitly created delayed actions:

        this._delayedUpdateSize = new _globals.core.DelayedAction(this._context, function() {
            this._updateSizeImpl()
        }.bind(this))
@whoozle whoozle self-assigned this Feb 3, 2017
@whoozle
Copy link
Collaborator Author

whoozle commented Mar 15, 2018

use Context.delayedAction

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

No branches or pull requests

1 participant