Remove some type variables and an explicit dereference.

This commit is contained in:
Ms2ger 2013-10-12 16:08:45 +02:00
parent 438d121cd8
commit f4edbb6b2e
4 changed files with 10 additions and 10 deletions

View file

@ -574,7 +574,7 @@ def addHTMLElement(element, concrete=None, needsAbstract=[]):
}
addHTMLElement('Comment')
addHTMLElement('DocumentFragment', concrete='DocumentFragment<ScriptView>')
addHTMLElement('DocumentFragment', concrete='DocumentFragment')
addHTMLElement('DocumentType', concrete='DocumentType<ScriptView>')
addHTMLElement('Text')