diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:37:46 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:37:46 +0000 |
commit | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (patch) | |
tree | b971071d68e308821c5e7d766b23b9cadc9ded68 /dom/interfaces/events | |
parent | 18ea98f7a9a92ab35fdc71e526814570ef4f57e2 (diff) | |
download | uxp-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.tar.gz |
Issue #1656 - Part 4: Manual cleanup
Diffstat (limited to 'dom/interfaces/events')
-rw-r--r-- | dom/interfaces/events/nsIDOMAnimationEvent.idl | 1 | ||||
-rw-r--r-- | dom/interfaces/events/nsIDOMCustomEvent.idl | 1 | ||||
-rw-r--r-- | dom/interfaces/events/nsIDOMTransitionEvent.idl | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dom/interfaces/events/nsIDOMAnimationEvent.idl b/dom/interfaces/events/nsIDOMAnimationEvent.idl index 2f4e527dbc..db624bc8f8 100644 --- a/dom/interfaces/events/nsIDOMAnimationEvent.idl +++ b/dom/interfaces/events/nsIDOMAnimationEvent.idl @@ -1,4 +1,3 @@ -/* vim: set shiftwidth=2 tabstop=8 autoindent cindent expandtab: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/dom/interfaces/events/nsIDOMCustomEvent.idl b/dom/interfaces/events/nsIDOMCustomEvent.idl index 878052719f..f228a920d4 100644 --- a/dom/interfaces/events/nsIDOMCustomEvent.idl +++ b/dom/interfaces/events/nsIDOMCustomEvent.idl @@ -1,4 +1,3 @@ -/* vim: set shiftwidth=2 tabstop=8 autoindent cindent expandtab: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/dom/interfaces/events/nsIDOMTransitionEvent.idl b/dom/interfaces/events/nsIDOMTransitionEvent.idl index 5809d14279..17069198a5 100644 --- a/dom/interfaces/events/nsIDOMTransitionEvent.idl +++ b/dom/interfaces/events/nsIDOMTransitionEvent.idl @@ -1,4 +1,3 @@ -/* vim: set shiftwidth=2 tabstop=8 autoindent cindent expandtab: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |