Remove Node.hasAttributes() method that was removed from the specification.

This commit is contained in:
Ms2ger 2014-03-06 10:26:04 +01:00
parent 07b8c9bf88
commit b1f2a104cc
2 changed files with 0 additions and 7 deletions

View file

@ -88,6 +88,4 @@ interface Node : EventTarget {
readonly attribute DOMString? prefix;
[Constant]
readonly attribute DOMString? localName;
boolean hasAttributes();
};