зеркало из https://github.com/mozilla/pjs.git
Bug 581653 - Remove XPCOM cruft from StarUI. r=mak
--HG-- extra : rebase_source : fbbb7640edc47a9d55ee2f7b9056beedb7ae9f39
This commit is contained in:
Родитель
9ad5ae0828
Коммит
715cdd0c68
|
@ -44,15 +44,6 @@ var StarUI = {
|
||||||
uri: null,
|
uri: null,
|
||||||
_batching: false,
|
_batching: false,
|
||||||
|
|
||||||
// nsISupports
|
|
||||||
QueryInterface: function SU_QueryInterface(aIID) {
|
|
||||||
if (aIID.equals(Ci.nsIDOMEventListener) ||
|
|
||||||
aIID.equals(Ci.nsISupports))
|
|
||||||
return this;
|
|
||||||
|
|
||||||
throw Cr.NS_NOINTERFACE;
|
|
||||||
},
|
|
||||||
|
|
||||||
_element: function(aID) {
|
_element: function(aID) {
|
||||||
return document.getElementById(aID);
|
return document.getElementById(aID);
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче