Remove TreeStyleTabUtils.Comparator.
This commit is contained in:
parent
bf068dfdab
commit
7aa69f4882
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user