Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Null check correction #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Null check correction #20

wants to merge 4 commits into from

Conversation

stephlag
Copy link

When the nativeCanvas was not defined we had an error on Chrome

@stephlag
Copy link
Author

This pull request includes the re-factoring previously mentioned.

provider.reload(new ProviderAsyncCallBack(provider));
}

private class ProviderAsyncCallBack<T extends JavaScriptObject> implements AsyncCallback<T> {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't understand that - why we need additional providerAsyncCallback implementation?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants