Monotone-Parent: c1039e97ecb95a8e1dd4a1ca25d457f206daeac3

Monotone-Revision: f4831aba087ab84c9ea8408610dcf9769966b8b8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-18T17:18:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-10-18 17:18:48 +00:00
parent 41b41137bc
commit 2bcbf95a3b
4 changed files with 26 additions and 8 deletions

View File

@@ -99,8 +99,8 @@ function showCoords(node) {
node = $("givenName");
window.alert("x: " + node.cascadeLeftOffset()
+ ";y: " + node.cascadeTopOffset()
+ ";width: " + window.innerWidth
+ ";height: " + window.innerHeight);
+ ";width: " + window.width()
+ ";height: " + window.height());
}
function onFnKeyDown() {