formatting

This commit is contained in:
daboe01
2013-11-19 20:14:35 +01:00
parent ad170ed854
commit 40da5a849d
+1 -1
View File
@@ -913,7 +913,7 @@ var resizeTimer = nil;
{
// Find the scroll delta
var deltaX = _DOMScrollingElement.scrollLeft - 150,
deltaY = (_DOMScrollingElement.scrollTop - 150) || (aDOMEvent.deltaY === undefined ? 0 : (aDOMEvent.deltaY*6));
deltaY = (_DOMScrollingElement.scrollTop - 150) || (aDOMEvent.deltaY === undefined ? 0 : (aDOMEvent.deltaY * 6));
// If we scroll super with momentum,
// there are so many events going off that