Backed out changeset 6af40fb76692 (bug 1372406) for Doc lint failure in builds/worker/checkouts/gecko/docs-out/html/main/_staging/python/mach.commands.rst on a CLOSED TREE

This commit is contained in:
Margareta Eliza Balazs
2018-03-28 07:26:10 +03:00
parent 445c7dfaa4
commit 6f3465c977
76 changed files with 261 additions and 220 deletions

View File

@@ -0,0 +1,13 @@
/* -*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* vim: set sts=2 sw=2 et tw=80: */
"use strict";
this.devtools = class extends ExtensionAPI {
getAPI(context) {
return {
devtools: {},
};
}
};