From: Damyan Ivanov Date: Thu, 26 Feb 2009 12:13:08 +0000 (+0200) Subject: rename the class and the method X-Git-Tag: 0.2~5 X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=commitdiff_plain;h=a893598e7877f5a519178c524a7bf22bf1e91ea2 rename the class and the method --- 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 @@