Remove trailing whitespace

This commit is contained in:
Paul O’Shannessy
2014-01-10 21:04:39 -08:00
parent 979ee27e2b
commit 49d6d2169d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function isEventSupported(eventNameSuffix, capture) {
capture && !('addEventListener' in document)) {
return false;
}
var eventName = 'on' + eventNameSuffix;
var isSupported = eventName in document;
+1 -1
View File
@@ -43,7 +43,7 @@ var WheelEventInterface = {
);
},
deltaZ: null,
// Browsers without "deltaMode" is reporting in raw wheel delta where one
// notch on the scroll is always +/- 120, roughly equivalent to pixels.
// A good approximation of DOM_DELTA_LINE (1) is 5% of viewport size or