diff options
Diffstat (limited to 'devtools/client/projecteditor/lib/plugins/delete')
-rw-r--r-- | devtools/client/projecteditor/lib/plugins/delete/delete.js | 1 | ||||
-rw-r--r-- | devtools/client/projecteditor/lib/plugins/delete/moz.build | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/devtools/client/projecteditor/lib/plugins/delete/delete.js b/devtools/client/projecteditor/lib/plugins/delete/delete.js index b28d6a0ef..066b5e46d 100644 --- a/devtools/client/projecteditor/lib/plugins/delete/delete.js +++ b/devtools/client/projecteditor/lib/plugins/delete/delete.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ -/* vim: set ft=javascript ts=2 et sw=2 tw=80: */ /* 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/devtools/client/projecteditor/lib/plugins/delete/moz.build b/devtools/client/projecteditor/lib/plugins/delete/moz.build index 4b1d00466..0c2098962 100644 --- a/devtools/client/projecteditor/lib/plugins/delete/moz.build +++ b/devtools/client/projecteditor/lib/plugins/delete/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # 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/. |