mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
MozReview-Commit-ID: 1hZRJtemPMb --HG-- extra : rebase_source : ccf72e006fcdcbaa3085a6bdcc8e679f66ed2412
9 lines
227 B
JavaScript
9 lines
227 B
JavaScript
/* -*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- */
|
|
/* vim: set sts=2 sw=2 et tw=80: */
|
|
"use strict";
|
|
|
|
extensions.registerSchemaAPI("history", "history", (extension, context) => {
|
|
return {
|
|
history: {},
|
|
};
|
|
});
|