Commit 4b26e39b authored by GoshaZotov's avatar GoshaZotov

global_mouseEvent -> AscCommon.global_mouseEvent

parent 554dcd3c
...@@ -59,14 +59,14 @@ function CFootnotesController(LogicDocument) ...@@ -59,14 +59,14 @@ function CFootnotesController(LogicDocument)
X : 0, X : 0,
Y : 0, Y : 0,
PageAbs : 0, PageAbs : 0,
MouseEvent : global_mouseEvent MouseEvent : AscCommon.global_mouseEvent
}, },
End : { End : {
Footnote : null, Footnote : null,
X : 0, X : 0,
Y : 0, Y : 0,
PageAbs : 0, PageAbs : 0,
MouseEvent : global_mouseEvent MouseEvent : AscCommon.global_mouseEvent
}, },
Footnotes : {}, Footnotes : {},
Direction : 0 Direction : 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment