update JSLikeHTMLElement

This commit is contained in:
nicosomb 2013-04-24 08:27:55 +02:00
parent 494e21b4da
commit baa8617364
1 changed files with 7 additions and 8 deletions

View File

@ -107,4 +107,3 @@ class JSLikeHTMLElement extends DOMElement
return '['.$this->tagName.']';
}
}
?>