Monotone-Parent: aee5a83161f17cfc5adfc2cd3caf9d72bb2bbe97

Monotone-Revision: 69cc1831846c1c973825222eaf0faa27fa99c1b9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-02-05T20:00:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-02-05 20:00:52 +00:00
parent 2f8d9423df
commit bead9f8828
11 changed files with 40 additions and 36 deletions

View File

@@ -31,7 +31,7 @@ Element.addMethods({
for (var i = 0; i < nodes.length; i++) {
var node = nodes.item(i);
if (node.tagName && node.hasClassName(className))
node.select();
node.selectElement();
}
}
}