aboutsummaryrefslogtreecommitdiff
path: root/lib/random.js
diff options
context:
space:
mode:
authorFotoVerite <[email protected]>2014-02-17 21:40:33 -0500
committerFotoVerite <[email protected]>2014-02-17 21:40:33 -0500
commite80be6e92d27e129d9504b60562069bd83ef9dee (patch)
tree57c718de69d392bf6c2231ea3ab234da9b377e1e /lib/random.js
parent7710092ab44ce820dc73799193badee4e5ebce0c (diff)
downloadfaker-e80be6e92d27e129d9504b60562069bd83ef9dee.tar.xz
faker-e80be6e92d27e129d9504b60562069bd83ef9dee.zip
Fixes so build runs.
Diffstat (limited to 'lib/random.js')
-rw-r--r--lib/random.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/random.js b/lib/random.js
index 7d010109..fcd451d7 100644
--- a/lib/random.js
+++ b/lib/random.js
@@ -94,8 +94,13 @@ var random = {
domain_suffix: function () {
return this.array_element(definitions.domain_suffix);
+ },
+
+ avatar_uri: function () {
+ return this.array_element(definitions.avatar_uri);
}
+
};
module.exports = random;