Skip to content

Commit 92efc37

Browse files
committed
Bug Fixed
1 parent e1ac609 commit 92efc37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/lexer.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ var LexerClass =function(){
236236
that.setSyntax( that.eParent.oValue.rule )
237237
}
238238
else {
239-
that.eParent = this.sSyntax = this.aRules = null
239+
that.eParent = that.sSyntax = that.aRules = null
240240
}
241241
return n
242242
},

0 commit comments

Comments
 (0)