[Pkg-mozext-commits] [greasemonkey] 10/43: Add file comment; use plain "var" syntax to not confuse my IDE.

David Prévot taffit at moszumanska.debian.org
Sun Feb 22 21:56:10 UTC 2015


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit b580a8c0c436e7a52dacff4ff481ebf81a1d0273
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Wed Oct 29 12:40:30 2014 -0400

    Add file comment; use plain "var" syntax to not confuse my IDE.
---
 content/framescript.js | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/content/framescript.js b/content/framescript.js
index 882be46..a1c0678 100644
--- a/content/framescript.js
+++ b/content/framescript.js
@@ -1,4 +1,9 @@
-let {utils: Cu, interfaces: Ci, classes: Cc} = Components;
+// The frame script for Electrolysis (e10s) compatible injection.
+//   See: https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox
+
+var Cc = Components.classes;
+var Ci = Components.interfaces;
+var Cu = Components.utils;
 
 Cu.import("resource://gre/modules/Services.jsm");
 

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



More information about the Pkg-mozext-commits mailing list