jsdifflib icon indicating copy to clipboard operation
jsdifflib copied to clipboard

fix error if dictionay use 'hasOwnProperty' keyword

Open nazoking opened this issue 10 years ago • 0 comments

error occured if text has contain 'hasOwnProperty'

minimum code is

new difflib.SequenceMatcher([],["hasOwnProperty"]).get_opcodes()

nazoking avatar Jun 01 '15 18:06 nazoking