Ticket #573 (closed defect: wontfix)

Opened 8 years ago

Last modified 8 years ago

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

Change History

Changed 8 years ago by anonymous

  • status changed from new to closed
  • resolution set to wontfix
  • severity changed from normal to trivial

These are only trivial warnings.

Note: See TracTickets for help on using tickets.