diff options
| -rw-r--r-- | lib/hacker.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/hacker.js b/lib/hacker.js index 463f8331..f15c5194 100644 --- a/lib/hacker.js +++ b/lib/hacker.js @@ -24,11 +24,11 @@ var Hacker = function (faker) { self.phrase = function () { var data = { - abbreviation: self.abbreviation(), - adjective: self.adjective(), - ingverb: self.ingverb(), - noun: self.noun(), - verb: self.verb() + abbreviation: self.abbreviation, + adjective: self.adjective, + ingverb: self.ingverb, + noun: self.noun, + verb: self.verb }; var phrase = faker.random.arrayElement([ "If we {{verb}} the {{noun}}, we can get to the {{abbreviation}} {{noun}} through the {{adjective}} {{abbreviation}} {{noun}}!", |
