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

Please add semicolon #46

Closed
redchair123 opened this issue Nov 6, 2012 · 1 comment
Closed

Please add semicolon #46

redchair123 opened this issue Nov 6, 2012 · 1 comment

Comments

@redchair123
Copy link

One lone missing semicolon:

Line 102

mime.charsets = {
  lookup: function(mimeType, fallback) {
    // Assume text types are utf8
    return (/^text\//).test(mimeType) ? 'UTF-8' : fallback;
  }
} ; // <-- this semicolon is missing
@broofa
Copy link
Owner

broofa commented Jan 10, 2013

fixed in v1.2.8 (just pushed to npm)

@broofa broofa closed this as completed Jan 10, 2013
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

No branches or pull requests

2 participants