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:
13
browser/components/extensions/ext-c-devtools.js
Normal file
13
browser/components/extensions/ext-c-devtools.js
Normal 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: {},
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user