mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
0df1d1fa1e
Differential Revision: https://phabricator.services.mozilla.com/D12478 --HG-- extra : rebase_source : 1a89085a191d3bdda5b49f178644e5766a9fb5c2 extra : amend_source : 0685f35163593b596d50c45567b5d64b68935f04
8 lines
75 B
JavaScript
8 lines
75 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
globals: {
|
|
cloneInto: true,
|
|
}
|
|
};
|