index.js (491B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 "use strict"; 5 6 module.exports = { 7 domMutationBreakpoints: 8 require("resource://devtools/client/framework/reducers/dom-mutation-breakpoints.js") 9 .reducer, 10 networkOverrides: 11 require("resource://devtools/client/framework/reducers/network-overrides.js") 12 .reducer, 13 };