Skip to content

Commit ab504b5

Browse files
authored
Merge pull request #103 from msalahz/patch-1
Remove depreciated canDispatchToEventManager
2 parents 1456419 + e40cfa4 commit ab504b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

addon/event_dispatcher.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ export default EventDispatcher.extend({
3939
*/
4040
useFastPaths: false,
4141
useCapture: false,
42-
43-
canDispatchToEventManager: false,
44-
42+
4543
_gestures: null,
4644
_initializeGestures() {
4745
const list = getModuleList();

0 commit comments

Comments
 (0)