aboutsummaryrefslogtreecommitdiff
path: root/lib/name.js
diff options
context:
space:
mode:
authorMatthew Bergman <[email protected]>2010-05-14 22:38:13 -0400
committerMatthew Bergman <[email protected]>2010-05-14 22:38:13 -0400
commit04288f8e1f24be8daafc5282bc8df35fcbc27b05 (patch)
tree97142b8ad9e8127aa554c7953e23e5706aa129bb /lib/name.js
parent7176a0b8b39f1a635eee1dd7786980ec96707494 (diff)
downloadfaker-04288f8e1f24be8daafc5282bc8df35fcbc27b05.tar.xz
faker-04288f8e1f24be8daafc5282bc8df35fcbc27b05.zip
added helper file
Diffstat (limited to 'lib/name.js')
-rw-r--r--lib/name.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/name.js b/lib/name.js
index 22ff0bd2..dd564cd0 100644
--- a/lib/name.js
+++ b/lib/name.js
@@ -5,4 +5,4 @@ var name = exports.first_name = function(){
return definitions.first_name[0];
//Math.floor(Math.random()*10);
-};
+}; \ No newline at end of file