Revert "Add an activeElement getter for #110"

This commit is contained in:
AJ Ortega
2015-03-18 10:45:59 -07:00
parent 9cf2f29fcf
commit 25e7485bdb

View File

@@ -47,10 +47,6 @@
mixin(ShadowRoot.prototype, {
constructor: ShadowRoot,
get activeElement() {
return document.activeElement;
}
get innerHTML() {
return getInnerHTML(this);
},