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 function bodies from externs #2463

Merged
merged 1 commit into from Jul 29, 2014

Conversation

eriktim
Copy link
Contributor

@eriktim eriktim commented Jul 29, 2014

Externs should not contain any function bodies. The functions itself are being ignored. The compiler only needs to be aware that they are there, i.e. what they expect as parameters and what they return, not how they behave within.

@ahocevar
Copy link
Member

Thanks!

ahocevar added a commit that referenced this pull request Jul 29, 2014
@ahocevar ahocevar merged commit 27d5a3c into openlayers:master Jul 29, 2014
@eriktim eriktim deleted the externs-function-bodies branch July 29, 2014 11:56
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

2 participants