Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 621 → Rev 620

/trunk/document.js
106,7 → 106,7
return true;
}
 
if (arguments.length == 1 && bRaiseException)
if (arguments.length == 1 && bRaiseException == true)
{
ENoDocument(docCheck.caller);
}
150,7 → 150,7
*/
 
// if( HTMLdoc.location.href != "" ) HTMLdoc.close();
if (arguments.length == 2 && bReplace)
if (arguments.length == 2 && bReplace == true)
{
HTMLdoc.open("text/html", "replace");
}