Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 620 → Rev 621

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