typo
This commit is contained in:
parent
b237451eb5
commit
5077964910
1 changed files with 1 additions and 1 deletions
|
@ -9239,7 +9239,7 @@ requires
|
||||||
|
|
||||||
function getPosition(e) {
|
function getPosition(e) {
|
||||||
//FIXME: this might still be broken in opera according to http://acko.net/blog/mouse-handling-and-absolute-positions-in-javascript
|
//FIXME: this might still be broken in opera according to http://acko.net/blog/mouse-handling-and-absolute-positions-in-javascript
|
||||||
return (e.offsetX ? e.offsetX : e.clientX - $(e.target).offset().left),
|
return (e.offsetX ? e.offsetX : e.clientX - $(e.target).offset().left);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getSubtitle(position) {
|
function getSubtitle(position) {
|
||||||
|
|
Loading…
Reference in a new issue