]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/button.js
rename the class and the method
[icedeb.git] / chrome / button.js
index f1ec859ba2eb4e040d86e21fd4be11e39f8ef18a..a9483994af6145b5147e947f5e02a32c5a557813 100644 (file)
@@ -1,7 +1,7 @@
-CustomButton = {
+Debian = {
 
-1: function () {
-         alert("Just testing")  
+btsButton: function (e) {
+         alert("Just testing")
                },
 
 }