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

Global Leak : pattern #60

Closed
craftgear opened this issue Feb 24, 2012 · 0 comments
Closed

Global Leak : pattern #60

craftgear opened this issue Feb 24, 2012 · 0 comments

Comments

@craftgear
Copy link

Hi, I found a missing var in validators.js while I was writing test with mocha.

There is no pattern variable in arguments, so must be declared in the function.

at line 104

    isuuid: function(str, version) {
++      var pattern = ''
        if (version == 3 || version == 'v3') {

Regards.

@chriso chriso closed this as completed in 7024f2d Feb 24, 2012
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