Added comment about olMochWin
This commit is contained in:
@@ -929,6 +929,7 @@ OpenLayers.Events = OpenLayers.Class({
|
||||
* calculated values.
|
||||
*/
|
||||
getTouchClientXY: function (evt) {
|
||||
// olMochWin is to override window, used for testing
|
||||
var win = window.olMockWin || window,
|
||||
winPageX = win.pageXOffset,
|
||||
winPageY = win.pageYOffset,
|
||||
|
||||
Reference in New Issue
Block a user