summaryrefslogtreecommitdiffstats
path: root/dom/base/test/jsmodules/module_extractIntroType.mjs
blob: a5daa8f0efeffb8de06e3aadd6989b8e4726a35f (plain)
1
2
3
4
5
6
// Extract the introductionType for this module in conjunction with
// iframe_extractIntroType.html.
extractIntroType = function () {
  // eslint-disable-next-line no-debugger
  debugger;
};