gecko-dev/toolkit/content/resetProfile.js
Marco Castelluccio 198b87d386 Bug 1436425 - Stop importing resetProfile.js when it is unneeded. r=MattN
--HG--
extra : rebase_source : 5e72bed65128fa3529fc3e3b67672454e8020ab3
2018-02-07 13:08:55 +01:00

11 lines
320 B
JavaScript

/* 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/. */
"use strict";
function onResetProfileAccepted() {
let retVals = window.arguments[0];
retVals.reset = true;
}