mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
[Pale-Moon] Issue MoonchildProductions/UXP#516 - Fix obsolete self-reference in palemoon/components/places/PlacesUIUtils.jsm.
This commit is contained in:
parent
b6b33a6b2a
commit
f5acafc727
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ this.PlacesUIUtils = {
|
|||
{
|
||||
// Since this check may be done on each dragover event, it's worth maintaining
|
||||
// a cache.
|
||||
let self = PUIU__isLivemark;
|
||||
let self = this._isLivemark;
|
||||
if (!("ids" in self)) {
|
||||
const LIVEMARK_ANNO = PlacesUtils.LMANNO_FEEDURI;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue