mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e938bbc5aa
commit
f5ea7b7919
@ -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