Skip to content

Commit

Permalink
Merge pull request #18 from salzhrani/patch-1
Browse files Browse the repository at this point in the history
Update alphabet.js
  • Loading branch information
dylang committed Oct 25, 2014
2 parents 0b9a466 + 61be4fc commit 5d2cec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/alphabet.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
random = require('./random');
var random = require('./random');

var ORIGINAL = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-';
var alphabet;
Expand Down Expand Up @@ -89,4 +89,4 @@ module.exports = {
seed: setSeed,
lookup: lookup,
shuffled: getShuffled
};
};

0 comments on commit 5d2cec8

Please sign in to comment.