diff options
| author | Bryan Donovan <[email protected]> | 2013-01-07 11:26:53 -0800 |
|---|---|---|
| committer | Bryan Donovan <[email protected]> | 2013-01-07 11:26:53 -0800 |
| commit | d3299b466fa0c6c4e755d2ce39fb8bec6d995bfa (patch) | |
| tree | 4de40c75a006848ac9aa6a8862189cd297c6f5a6 /lib/helpers.js | |
| parent | dd3866a74184f4236a06915b3cafa4b4527d2476 (diff) | |
| download | faker-d3299b466fa0c6c4e755d2ce39fb8bec6d995bfa.tar.xz faker-d3299b466fa0c6c4e755d2ce39fb8bec6d995bfa.zip | |
phone number tests
Diffstat (limited to 'lib/helpers.js')
| -rw-r--r-- | lib/helpers.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/helpers.js b/lib/helpers.js index 6a86eb37..ccfaf561 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -34,10 +34,6 @@ exports.shuffle = function (o) { return o; }; -exports.generateDataSet = function (size) { - return undefined; -}; - exports.createCard = function () { return { "name": Faker.Name.findName(), |
