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

Automatically convert type names from hyphens to camelCase #3

Conversation

jardix22
Copy link
Contributor

This feature fixes recidive/choko#108

@@ -44,6 +44,9 @@ Extension.scanItems = function(dir, type, callback) {
// @todo: get key property name from type object.
var key = itemInfo.name || itemInfo.key || path.basename(file, suffix);

// convert type names from hyphens to camelCase
Copy link
Owner

Choose a reason for hiding this comment

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

Please start comments with capital letters and end with a period. E.g.:

// Convert type names from hyphens to camelCase.

@recidive
Copy link
Owner

Hello @jardix22, thanks for the Pull Request.

Please have a look at the comments I've added inline.

recidive added a commit that referenced this pull request Aug 15, 2014
…-to-camel-case

Automatically convert type names from hyphens to camelCase.
@recidive recidive merged commit bc89626 into recidive:master Aug 15, 2014
@jardix22 jardix22 deleted the fs/name-convert-hyphens-to-camel-case branch September 25, 2014 20:57
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.

Automatically convert type names from hyphens to camelCase
2 participants