diff options
| author | Bryan Donovan <[email protected]> | 2013-01-06 19:09:00 -0800 |
|---|---|---|
| committer | Bryan Donovan <[email protected]> | 2013-01-06 19:09:00 -0800 |
| commit | 1a635e01e7e4899b0fd8f1746259d4598103c2c3 (patch) | |
| tree | 4e76756270ddb92b514e7a3dfbdef4171699e15d /lib/lorem.js | |
| parent | 0bdf6cb4bcef86c8d563ec1657f59b13a3da8560 (diff) | |
| download | faker-1a635e01e7e4899b0fd8f1746259d4598103c2c3.tar.xz faker-1a635e01e7e4899b0fd8f1746259d4598103c2c3.zip | |
initial address.unit.js
Diffstat (limited to 'lib/lorem.js')
| -rw-r--r-- | lib/lorem.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lorem.js b/lib/lorem.js index 833d2d56..30e3db14 100644 --- a/lib/lorem.js +++ b/lib/lorem.js @@ -4,7 +4,6 @@ var definitions = require('../lib/definitions'); exports.words = function (num) { if (typeof num == 'undefined') { num = 3; } return Helpers.shuffle(definitions.lorem()).slice(0, num); - //Words.shuffle[0, num] }; exports.sentence = function (wordCount) { |
