[Pkg-mozext-commits] [itsalltext] 329/459: fixed destroy function of monitor

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:35 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit c6b687a4b2785e96dd6b8f80d97a4ecd818158cd
Author: Christian Höltje <docwhat at gmail.com>
Date:   Thu Oct 23 22:47:03 2008 -0400

    fixed destroy function of monitor
---
 src/chrome/content/monitor.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/content/monitor.js b/src/chrome/content/monitor.js
index 7a29dda..06c9c14 100644
--- a/src/chrome/content/monitor.js
+++ b/src/chrome/content/monitor.js
@@ -34,7 +34,7 @@ function monitor(iat) {
 
 }
 
-monitor.destroy = function () {
+monitor.prototype.hitched_destroy = function () {
     delete this.iat;
 };
 

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



More information about the Pkg-mozext-commits mailing list