Commit daabc0e7 authored by Alexey.Musinov's avatar Alexey.Musinov

up

parent fb7b9641
...@@ -121,42 +121,42 @@ function CEditorPage(api) ...@@ -121,42 +121,42 @@ function CEditorPage(api)
} }
this.CheckRetinaDisplay = function() this.CheckRetinaDisplay = function()
{ {
} }
this.ShowOverlay = function() this.ShowOverlay = function()
{ {
} }
this.UnShowOverlay = function() this.UnShowOverlay = function()
{ {
} }
this.CheckUnShowOverlay = function() this.CheckUnShowOverlay = function()
{ {
} }
this.CheckShowOverlay = function() this.CheckShowOverlay = function()
{ {
} }
this.initEvents2 = function() this.initEvents2 = function()
{ {
} }
this.initEvents2MobileAdvances = function() this.initEvents2MobileAdvances = function()
{ {
} }
this.onButtonRulersClick = function() this.onButtonRulersClick = function()
{ {
} }
this.HideRulers = function() this.HideRulers = function()
{ {
} }
this.zoom_FitToWidth = function() this.zoom_FitToWidth = function()
{ {
} }
this.zoom_FitToPage = function() this.zoom_FitToPage = function()
{ {
} }
this.zoom_Fire = function(type, old_zoom) this.zoom_Fire = function(type, old_zoom)
...@@ -225,34 +225,38 @@ function CEditorPage(api) ...@@ -225,34 +225,38 @@ function CEditorPage(api)
{ {
} }
this.onMouseUp = function(e, bIsWindow) this.onMouseUp = function(e, bIsWindow)
{ {
}
this.onMouseUpMainSimple = function()
{
} }
this.onMouseUpExternal = function(x, y) this.onMouseUpExternal = function(x, y)
{ {
} }
this.onMouseWhell = function(e) this.onMouseWhell = function(e)
{ {
} }
this.checkViewerModeKeys = function(e) this.checkViewerModeKeys = function(e)
{ {
} }
this.ChangeReaderMode = function() this.ChangeReaderMode = function()
{ {
} }
this.IncreaseReaderFontSize = function() this.IncreaseReaderFontSize = function()
{ {
} }
this.DecreaseReaderFontSize = function() this.DecreaseReaderFontSize = function()
{ {
} }
this.EnableReaderMode = function() this.EnableReaderMode = function()
{ {
} }
this.DisableReaderMode = function() this.DisableReaderMode = function()
...@@ -264,7 +268,7 @@ function CEditorPage(api) ...@@ -264,7 +268,7 @@ function CEditorPage(api)
} }
this.TransformDivUseAnimation = function(_div, topPos) this.TransformDivUseAnimation = function(_div, topPos)
{ {
} }
this.onKeyDown = function(e) this.onKeyDown = function(e)
......
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