Skip to content

Commit

Permalink
Intentional lint breaking change to test ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Aug 31, 2019
1 parent 7326e33 commit 21eef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chance.js
Expand Up @@ -20,7 +20,7 @@
}

UnsupportedError.prototype = new Error();
UnsupportedError.prototype.constructor = UnsupportedError;
UnsupportedError.prototype.constructor = UnsupportedError;;;

// Cached array helpers
var slice = Array.prototype.slice;
Expand Down

0 comments on commit 21eef31

Please sign in to comment.