Bug 1333014 - Remove unused element.isInteractable API; r=maja_zf

MozReview-Commit-ID: 5iBcHUeNmSN

--HG--
extra : rebase_source : 6f4d83e019829a06a4354952d78fe6a0ef1c4764
This commit is contained in:
Andreas Tolfsen 2017-02-07 17:05:06 +00:00
Родитель 493bce4e65
Коммит fe9efe4a62
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -923,11 +923,6 @@ element.isVisible = function (el, x = undefined, y = undefined) {
return true;
};
element.isInteractable = function (el) {
return element.isPointerInteractable(el) ||
element.isKeyboardInteractable(el);
};
/**
* A pointer-interactable element is defined to be the first
* non-transparent element, defined by the paint order found at the centre