diff options
Diffstat (limited to 'components/script/dom/webidls/TouchList.webidl')
-rw-r--r-- | components/script/dom/webidls/TouchList.webidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/TouchList.webidl b/components/script/dom/webidls/TouchList.webidl index 0fd088b1f22..c9229b69245 100644 --- a/components/script/dom/webidls/TouchList.webidl +++ b/components/script/dom/webidls/TouchList.webidl @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // http://w3c.github.io/touch-events/#idl-def-TouchList -[Exposed=(Window,Worker)] interface TouchList { readonly attribute unsigned long length; getter Touch? item (unsigned long index); |