Skip to content

Commit 5e9c80a

Browse files
author
Sebastien Pereira
committed
rename feature detection properties: fix regression on IE10
1 parent 02269e9 commit 5e9c80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define([
66
"./handlers/utils",
77
"./handlers/touch",
88
"./handlers/mouse",
9-
"./handlers/features!mspointer?./handlers/mspointer"
9+
"./handlers/features!mspointer-events?./handlers/mspointer"
1010
], function (has, utils, touch, mouse, mspointer) {
1111
"use strict";
1212

0 commit comments

Comments
 (0)