| Index: tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate b/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| index c6affdcd34d7849ab1c8e1ef7c0ea1d42f4eb16e..9792bf15e2afb5690a4e710af609ed93625d90c3 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| @@ -60,7 +60,7 @@ $!MEMBERS
|
| Point get offset {
|
| if (JS('bool', '!!#.offsetX', this)) {
|
| var x = JS('int', '#.offsetX', this);
|
| - var y = JS('int', '#.offsetX', this);
|
| + var y = JS('int', '#.offsetY', this);
|
| return new Point(x, y);
|
| } else {
|
| // Firefox does not support offsetX.
|
|
|