[Pkg-mozext-commits] [greasemonkey] 19/24: util ordering cleanup

David Prévot taffit at moszumanska.debian.org
Sat May 30 13:32:06 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 3b6a90582519876d21210f776bd1f9a1fffcb799
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Fri May 29 09:29:45 2015 -0400

    util ordering cleanup
---
 modules/util.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/util.js b/modules/util.js
index 4b87152..b0eb88c 100644
--- a/modules/util.js
+++ b/modules/util.js
@@ -60,7 +60,7 @@ XPCOMUtils.defineLazyModuleGetter(GM_util, 'sniffGrants', 'resource://greasemonk
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'timeout', 'resource://greasemonkey/util/timeout.js');
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'uriFromUrl', 'resource://greasemonkey/util/uriFromUrl.js');
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'uuid', 'resource://greasemonkey/util/uuid.js');
-XPCOMUtils.defineLazyModuleGetter(GM_util, 'windowId', 'resource://greasemonkey/util/windowId.js');
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'windowIdForEvent', 'resource://greasemonkey/util/windowIdForEvent.js');
+XPCOMUtils.defineLazyModuleGetter(GM_util, 'windowId', 'resource://greasemonkey/util/windowId.js');
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'windowIsClosed', 'resource://greasemonkey/util/windowIsClosed.js');
 XPCOMUtils.defineLazyModuleGetter(GM_util, 'writeToFile', 'resource://greasemonkey/util/writeToFile.js');

-- 
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