Home
last modified time | relevance | path

Searched refs:destDoc (Results 1 – 2 of 2) sorted by relevance

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js177 dp.sh.Utils.CopyStyles = function(destDoc, sourceDoc) argument
183 destDoc.write('<link type="text/css" rel="stylesheet" href="' + links[i].href + '"></link>');
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js28 dp.sh.Utils.CopyStyles=function(destDoc,sourceDoc) argument
31 destDoc.write('<link type="text/css" rel="stylesheet" href="'+links[i].href+'"></link>');}