Skip to content

Commit

Permalink
FIX: Occurrences of the same pattern in the same document should not …
Browse files Browse the repository at this point in the history
…be mixed.
  • Loading branch information
benel committed Jun 16, 2011
1 parent c39c852 commit e46c11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/kwic/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ if (o.draft != 'ongoing') {
const VALUE = {
before: extract(p.text, KWIC_START, KWIC_START + KWIC_OFFSET),
begin: postStart,
match: postStart+WORD_POSITION,
end: postEnd,
actor: p.actor
};
Expand Down

0 comments on commit e46c11e

Please sign in to comment.