Skip to content

Commit

Permalink
Update quick match
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Mar 1, 2016
1 parent 86732d4 commit 12a73c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/emmet/emmet.js
Original file line number Diff line number Diff line change
Expand Up @@ -3480,7 +3480,7 @@ define(function(require, exports, module) {
// paired. skip this section
start_tag_g.lastIndex = iC + 1;
// if close tag is in this section, skip that too.
if (matchClose < iC) {
if (matchClose.index < iC) {
end_tag_g.lastIndex = iC + 1;
}
}
Expand Down
2 changes: 1 addition & 1 deletion lib/emmet-quick-match

0 comments on commit 12a73c7

Please sign in to comment.