Remove TreeStyleTabUtils.Comparator.

This commit is contained in:
saneyuki_s 2012-09-18 11:59:48 +09:00
parent bf068dfdab
commit 7aa69f4882

View File

@ -303,17 +303,9 @@ var TreeStyleTabUtils = {
}, },
_FocusManager : null, _FocusManager : null,
get Comparator() {
if (!this._Comparator) {
this._Comparator = Services.vc;
}
return this._Comparator;
},
_Comparator : null,
get isGecko10OrLater() get isGecko10OrLater()
{ {
return this.Comparator.compare(Services.appinfo.version, '10.0a') > 0; return Services.vc.compare(Services.appinfo.version, '10.0a') > 0;
}, },
get treeBundle() { get treeBundle() {