brace fix
This commit is contained in:
parent
c2eaa55cd9
commit
1e8090c19d
@ -168,8 +168,7 @@ var PageView = function(container, content, id, width, height, stats) {
|
||||
function setupLinks(canvas, content, scale) {
|
||||
var links = content.getLinks();
|
||||
var currentLink = null;
|
||||
if (links.length > 0)
|
||||
{
|
||||
if (links.length > 0) {
|
||||
canvas.addEventListener('mousemove', function(e) {
|
||||
var x = e.pageX;
|
||||
var y = e.pageY;
|
||||
|
Loading…
Reference in New Issue
Block a user