This commit is contained in:
Chris Hatch
2014-07-27 20:24:01 +08:00

View File

@@ -14,8 +14,8 @@ class OperationView extends Backbone.View
mouseEnter: (e) ->
elem = $(e.currentTarget.parentNode).find('#api_information_panel')
x = event.pageX
y = event.pageY
x = e.pageX
y = e.pageY
scX = $(window).scrollLeft()
scY = $(window).scrollTop()
scMaxX = scX + $(window).width()