[Pkg-privacy-commits] [xul-ext-monkeysphere] 67/296: Added monkeysphere.dump()
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit 46876def83e54f48c9d8cfa2ad1ac27254a7012b
Author: Matthew James Goins <mjgoins at openflows.com>
Date: Sat Feb 13 16:21:29 2010 -0500
Added monkeysphere.dump()
---
chrome/content/monkeysphere.js | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index f1f66e0..4be2774 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -75,6 +75,13 @@ var monkeysphere = {
}
},
+ dump: function(obj) {
+ for (var key in obj) {
+ var value = obj[key];
+ monkeysphere.log("debug: ", key + ":" + value);
+ }
+ },
+
////////////////////////////////////////////////////////////
// INITIALIZATION
////////////////////////////////////////////////////////////
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list