Skip to content

Commit

Permalink
Update interfaces/touch-events.idl
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip committed Oct 17, 2018
1 parent 2308ff9 commit 40dfbac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions interfaces/touch-events.idl
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,3 @@ partial interface GlobalEventHandlers {
attribute EventHandler ontouchmove;
attribute EventHandler ontouchcancel;
};

partial interface Document {
// Deprecated in this specification
Touch createTouch(WindowProxy view, EventTarget target, long identifier, double pageX, double pageY, double screenX, double screenY);
// Deprecated in this specification
TouchList createTouchList(Touch... touches);
};

0 comments on commit 40dfbac

Please sign in to comment.