diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-07-13 16:02:59 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-07-13 16:02:59 +0200 |
commit | a77631df866a80786d0689e0f0a3f23a8a7de527 (patch) | |
tree | 51a8f666c91e35fb1a5ec752c43560d014a5d6cd | |
parent | 903e7046774e6c188a15cade00f702cee60e9658 (diff) | |
download | palemoon-gre-a77631df866a80786d0689e0f0a3f23a8a7de527.tar.gz |
[minor fix] Places - addLivemark (deprecate passing a callback)
-rw-r--r-- | browser/components/distribution.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/distribution.js b/browser/components/distribution.js index 4a36d586f..b44b5bed3 100644 --- a/browser/components/distribution.js +++ b/browser/components/distribution.js @@ -159,7 +159,7 @@ DistributionCustomizer.prototype = { , index: index , feedURI: this._makeURI(items[iid]["feedLink"]) , siteURI: this._makeURI(items[iid]["siteLink"]) - }); + }).then(null, Cu.reportError); break; case "bookmark": |