From a893598e7877f5a519178c524a7bf22bf1e91ea2 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 26 Feb 2009 14:13:08 +0200 Subject: [PATCH] rename the class and the method --- chrome/button.js | 6 +++--- chrome/button.xul | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chrome/button.js b/chrome/button.js index f1ec859..a948399 100644 --- a/chrome/button.js +++ b/chrome/button.js @@ -1,7 +1,7 @@ -CustomButton = { +Debian = { -1: function () { - alert("Just testing") +btsButton: function (e) { + alert("Just testing") }, } diff --git a/chrome/button.xul b/chrome/button.xul index 44c7ae8..3156589 100644 --- a/chrome/button.xul +++ b/chrome/button.xul @@ -19,7 +19,7 @@ -- 2.39.2