X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=classes%2Fdocument.php-class;h=dbad7436beab02d0b313c7cbd9bf5fe9cb9960bc;hp=1f4d8a2c17af82857f4e06ae5a9138d1c2b20308;hb=a9a5a68a1cb685a6f441dd8d20339db29326b187;hpb=b841a92bbdccbbc2d14dfb1453ce6791eacebf3c diff --git a/classes/document.php-class b/classes/document.php-class index 1f4d8a2..dbad743 100755 --- a/classes/document.php-class +++ b/classes/document.php-class @@ -121,7 +121,7 @@ class ExtendedDocument extends DOMDocument { // appends an ExtendedDocument::createElementJS() as a child of this document (see there for params) // NO return value! // - // public function appendJSFile($jsURL) + // public function appendJSFile($jsURL, [$defer], [$async]) // appends an ExtendedDocument::createElementJSFile() as a child of this document (see there for params) // returns the new child // @@ -189,8 +189,9 @@ class ExtendedDocument extends DOMDocument { // public function createElementJS($jsdata) // returns an ExtendedElement that is an HTML