Monotone-Parent: a0715acf1cc86b5389ffa60d65b3f90e4d976e79

Monotone-Revision: 37ceea55166e4e5489fd66be14e66b1dc1635432

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-22T14:38:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-05-22 14:38:54 +00:00
parent 59fd903060
commit 1547feccf3
6 changed files with 98 additions and 76 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ HTMLElement.prototype.onContextMenu = function(event) {
HTMLElement.prototype.attachMenu = function(menuName) {
this.sogoContextMenu = $(menuName);
this.addEventListener("contextmenu", this.onContextMenu, true);
Event.observe(this, "contextmenu", this.onContextMenu);
}
HTMLElement.prototype.select = function() {