Skip to content

Commit

Permalink
Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
raphpell committed Mar 27, 2015
1 parent e1ac609 commit 92efc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lexer.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ var LexerClass =function(){
that.setSyntax( that.eParent.oValue.rule )
}
else {
that.eParent = this.sSyntax = this.aRules = null
that.eParent = that.sSyntax = that.aRules = null
}
return n
},
Expand Down

0 comments on commit 92efc37

Please sign in to comment.