akira-kurogane / furigana-injector

Automatically exported from code.google.com/p/furigana-injector
2 stars 1 forks source link

javascript warning: "redeclaration of property k" in kanjidict.js #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using FF3, in the javascript error console these warnings appear:

警告: redeclaration of property k
ソースファイル: chrome://furiganainjector/content/kanjidict.js
行: 105

It is true that some kanji objects in the "char_list" var of global
KanjiDictionary object have multiple "k" (kunyomi) values.

These separate values should be investigated- deleted if incorrect, or
merged into one if correct.

Original issue reported on code.google.com by akira%ya...@gtempaccount.com on 27 Mar 2008 at 5:45

GoogleCodeExporter commented 9 years ago
Fixed. Trivial error on one line.

Original comment by akira%ya...@gtempaccount.com on 14 Jun 2008 at 5:14

GoogleCodeExporter commented 9 years ago

Original comment by akira%ya...@gtempaccount.com on 2 Jan 2010 at 3:34