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

Mark the color argument to ol.color.transform non-nullable #2288

Merged
merged 1 commit into from Jul 2, 2014

Conversation

fredj
Copy link
Member

@fredj fredj commented Jul 2, 2014

Inside this function goog.vec.Mat4.multVec3 is called and and its arguments must not be null (with recent version of the google closure library).

This PR and #2284 make the code base compatible with the latest version of the google closure library.

Inside this function goog.vec.Mat4.multVec3 is called and and its
arguments must not be null.
@elemoine
Copy link
Member

elemoine commented Jul 2, 2014

Nice. Please merge.

@elemoine
Copy link
Member

elemoine commented Jul 2, 2014

Are there more things we need to do to be compatible with the recent versions of the Closure library?

@fredj
Copy link
Member Author

fredj commented Jul 2, 2014

We can also remove the local copy of goog.dom.fullscreen (in src/googx/dom/fullscreen.js)

@tschaub
Copy link
Member

tschaub commented Jul 2, 2014

Looks good. Removing our copy of goog.dom.fullscreen ticketed as #2289.

fredj added a commit that referenced this pull request Jul 2, 2014
Mark the color argument to ol.color.transform non-nullable
@fredj fredj merged commit 17bb8d8 into openlayers:master Jul 2, 2014
@fredj fredj deleted the latest-closure-library branch July 2, 2014 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants