Skip to content

Commit

Permalink
Update Thinker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon authored Dec 22, 2016
1 parent 78ab78c commit 5649d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Thinker.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function processWord (word, opts) {
}

// Prepare object
result = { original: word /*, processed: undefined*/ };
result = { original: word, processed: undefined };

// Apply all wordProcessors
for (i = 0; i < opts.wordProcessors.length; i++) {
Expand Down Expand Up @@ -252,4 +252,4 @@ Thinker.prototype.find = function (string) {
Thinker.processors = processors;
Thinker.rankers = rankers;

module.exports = Thinker;
module.exports = Thinker;

0 comments on commit 5649d18

Please sign in to comment.