From 6f93b00559c8fe5b8dfaf59fcbaac8f1e0dd3366 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 23 Feb 2018 14:04:34 -0500 Subject: Restore toolkit/obsolete files and reinstate them to toolkit/content --- toolkit/content/inlineSpellCheckUI.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 toolkit/content/inlineSpellCheckUI.js (limited to 'toolkit/content/inlineSpellCheckUI.js') diff --git a/toolkit/content/inlineSpellCheckUI.js b/toolkit/content/inlineSpellCheckUI.js new file mode 100644 index 000000000..177ce90cd --- /dev/null +++ b/toolkit/content/inlineSpellCheckUI.js @@ -0,0 +1,7 @@ +/* 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/. */ + +Components.utils.import("resource://gre/modules/InlineSpellChecker.jsm"); + +var InlineSpellCheckerUI = new InlineSpellChecker(); -- cgit v1.2.3