Codacy cleanup?

This commit is contained in:
Matthew Ross 2017-05-02 17:34:23 -04:00
parent 13ed45a69d
commit 932b64b1f6

View File

@ -58,7 +58,7 @@ export class ContextMenu {
target.style.left = event.pageX - (offsetX ? rect.width : 0) + 'px';
target.style.top = event.pageY - (offsetY ? rect.height : 0) + 'px';
},
0);
0);
}
}