[Pkg-mozext-commits] [personasplus] 24/76: Remove Deprecated Expression Closure

David Prévot taffit at moszumanska.debian.org
Fri Aug 4 21:45:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository personasplus.

commit 2fcf778aa519850f8bfd7e585bfc6de63d14d093
Author: Baris Derin <baris at barisderin.com>
Date:   Fri Aug 12 04:57:48 2016 +0300

    Remove Deprecated Expression Closure
    
    Remove Deprecated Expression Closure. This was not printed on console
    somehow, so could not notice for the previous PR.
---
 extension/modules/Preferences.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/modules/Preferences.js b/extension/modules/Preferences.js
index 08f387d..ba36672 100644
--- a/extension/modules/Preferences.js
+++ b/extension/modules/Preferences.js
@@ -216,7 +216,7 @@ Preferences.prototype = {
 
   reset: function(prefName) {
     if (isArray(prefName)) {
-      prefName.map(function(v) this.reset(v), this);
+      prefName.map( v => this.reset(v), this);
       return;
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/personasplus.git



More information about the Pkg-mozext-commits mailing list