[Pkg-mozext-commits] [requestpolicy] 215/257: [ref] revert using shorthand method definitions

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:20:14 UTC 2016


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 77392bcd43ade13ef3a561bcb151eb6e4d8ae8fb
Author: Martin Kimmerle <dev at 256k.de>
Date:   Tue Dec 15 16:40:27 2015 +0100

    [ref] revert using shorthand method definitions
---
 src/content/lib/environment.process.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/content/lib/environment.process.js b/src/content/lib/environment.process.js
index 228f04d..f74ca61 100644
--- a/src/content/lib/environment.process.js
+++ b/src/content/lib/environment.process.js
@@ -106,7 +106,7 @@ var ProcessEnvironment = (function() {
   ParentProcessEnvironment.prototype.constructor = ProcessEnvironmentBase;
 
   Object.defineProperty(ParentProcessEnvironment.prototype, "controllers", {
-    get() {
+    get: function() {
       return [
         ScriptLoader.importModule("controllers/old-rules").OldRulesController
       ];

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



More information about the Pkg-mozext-commits mailing list