Skip to content

Commit

Permalink
Undo silly lint change now that lint is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Aug 31, 2019
1 parent 21eef31 commit 29565f2
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 29565f2

Please sign in to comment.