This report was build with JSLint, the JavaScript Verifier. JSLint is a JavaScript program that looks for problems in other JavaScript programs.
Here is the list of files in this report:
No problems found
Lint at line 175 character 94: Use '!==' to compare with '0'. if(oDoc && oDoc.parseError && oDoc.parseError.errorCode && oDoc.parseError.errorCode != 0){ Lint at line 229 character 114: Use '!==' to compare with 'null'. if(xslDoc.url && xslDoc.selectSingleNode("//xsl:*[local-name() = 'import' or local-name() = 'include']") != null){ Lint at line 361 character 25: Use '!==' to compare with ''. if(nsURI!=""){ Lint at line 359 character 9: The body of a for in should be wrapped in an if statement to filter unwanted properties from the prototype. for(var nsURI in this.paramsSet){ Lint at line 399 character 41: Use '!==' to compare with 'null'. if (oDoc.onreadystatechange != null && typeof oDoc.onreadystatechange == "function") { Lint at line 545 character 64: Use '!==' to compare with '0'. } else if(oDoc.parseError && oDoc.parseError.errorCode != 0){ Lint at line 697 character 9: The body of a for in should be wrapped in an if statement to filter unwanted properties from the prototype. for(var name in anyObject){ Lint at line 726 character 78: Use '!==' to compare with 'undefined'. if(oTargetElement && oTargetElement.style && oTargetElement.style.cursor != undefined ){ Lint at line 808 character 65: Use '!==' to compare with '0'. if(ownerDoc.parseError && ownerDoc.parseError.errorCode != 0) { Lint at line 833 character 11: 'e' is already defined. catch(e) {
Lint at line 198 character 19: Expected '{' and instead saw 'return'. if(strA < strB) return -1; Lint at line 199 character 24: Expected '{' and instead saw 'return'. else if(strA > strB) return 1; Lint at line 200 character 8: Expected '{' and instead saw 'return'. else return 0; Lint at line 214 character 18: Expected '{' and instead saw 'return'. if(datA < datB) return -1; Lint at line 215 character 23: Expected '{' and instead saw 'return'. else if(datA > datB) return 1; Lint at line 216 character 10: Expected '{' and instead saw 'return'. else return 0; Lint at line 233 character 18: Expected '{' and instead saw 'return'. if(datA < datB) return -1; Lint at line 234 character 23: Expected '{' and instead saw 'return'. else if(datA > datB) return 1; Lint at line 235 character 10: Expected '{' and instead saw 'return'. else return 0; Lint at line 257 character 16: Missing semicolon. sRowName = "tr" Lint at line 260 character 17: Missing semicolon. sCellName = "td" Lint at line 263 character 20: Missing semicolon. sHeadingName = "th" Lint at line 270 character 71: Use '===' to compare with '0'. if((!sHeadingName) || row.getElementsByTagName(sHeadingName).length == 0){ Lint at line 298 character 16: Missing semicolon. sRowName = "tr" Lint at line 301 character 17: Missing semicolon. sCellName = "td" Lint at line 307 character 71: Use '===' to compare with '0'. if((!sHeadingName) || row.getElementsByTagName(sHeadingName).length == 0){
Lint at line 45 character 2: Unnecessary semicolon. };