Ticket #573 (closed defect: wontfix)
A few JS errors which Mozilla reported
| Reported by: | Random Bits | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
Warning: redeclaration of var j Source File: http://localhost:8080/script/xinha/inline-dialog.js Line: 179, Column: 24 Source Code:
for(var j in values[i])
Warning: function init2 does not always return a value Source File: http://localhost:8080/script/xinha/popupwin.js Line: 57, Column: 1 Source Code:
};
Warning: anonymous function does not always return a value Source File: http://localhost:8080/script/xinha/plugins/EnterParagraphs/enter-paragraphs.js Line: 608, Column: 1 Source Code:
}; // end of processSide()
Warning: redeclaration of var pterminator Source File: http://localhost:8080/script/xinha/plugins/EnterParagraphs/enter-paragraphs.js Line: 801, Column: 7 Source Code:
var pterminator = editor._doc.createElement( 'p' );
Warning: assignment to undeclared variable tb_row Source File: http://localhost:8080/script/xinha/htmlarea.js Line: 787
Warning: assignment to undeclared variable div Source File: http://localhost:8080/script/xinha/htmlarea.js Line: 1149
