mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
Merge branch 'master' of github.com:flynx/pWiki
This commit is contained in:
commit
d8684dd559
@ -46,8 +46,8 @@ function clickPoint(x,y){
|
|||||||
// elements.
|
// elements.
|
||||||
//
|
//
|
||||||
// XXX it would be a better idea to do a binary search instead of a liner
|
// XXX it would be a better idea to do a binary search instead of a liner
|
||||||
// pass... but at this point this is not critical (unless we get
|
// pass...
|
||||||
// gigantic blocks)
|
// ...though b-search will get us to the target, we stll need to count...
|
||||||
// XXX HACK -- is there a better way to do this???
|
// XXX HACK -- is there a better way to do this???
|
||||||
var getCharOffset = function(elem, x, y, c){
|
var getCharOffset = function(elem, x, y, c){
|
||||||
c = c ?? 0
|
c = c ?? 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user