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

Handle interfaces in the generate-externs task #2643

Merged
merged 1 commit into from Aug 28, 2014

Conversation

ahocevar
Copy link
Member

See #2615.

}
});

};
Copy link
Member

Choose a reason for hiding this comment

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

"No newline at end of file"

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

@@ -28,6 +28,7 @@ exports.publish = function(data, opts) {
[
{define: {isObject: true}},
{api: {isString: true}},
{'interface': {is: true}},
Copy link
Member

Choose a reason for hiding this comment

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

/me discovered that interface is a reserved keyword.

@ahocevar
Copy link
Member Author

Is this good to merge? When merged, it will be easier to fix the remaining issues in #2644.

@elemoine
Copy link
Member

I'm fine with this, as long as it does not break the doc generation.

@ahocevar
Copy link
Member Author

This does not affect the doc generation at all.

ahocevar added a commit that referenced this pull request Aug 28, 2014
Handle interfaces in the generate-externs task
@ahocevar ahocevar merged commit d2eceab into openlayers:master Aug 28, 2014
@ahocevar ahocevar deleted the interface-externs branch August 28, 2014 11:22
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