summaryrefslogtreecommitdiffstats
path: root/toolkit/content/inlineSpellCheckUI.js
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-23 14:04:34 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-23 14:04:34 -0500
commit6f93b00559c8fe5b8dfaf59fcbaac8f1e0dd3366 (patch)
tree4f39457e7407bcbdbb72888622982675d2ef0054 /toolkit/content/inlineSpellCheckUI.js
parentbe18578af63e60da83d25e44fa731213ddf087e2 (diff)
downloadUXP-6f93b00559c8fe5b8dfaf59fcbaac8f1e0dd3366.tar
UXP-6f93b00559c8fe5b8dfaf59fcbaac8f1e0dd3366.tar.gz
UXP-6f93b00559c8fe5b8dfaf59fcbaac8f1e0dd3366.tar.lz
UXP-6f93b00559c8fe5b8dfaf59fcbaac8f1e0dd3366.tar.xz
UXP-6f93b00559c8fe5b8dfaf59fcbaac8f1e0dd3366.zip
Restore toolkit/obsolete files and reinstate them to toolkit/content
Diffstat (limited to 'toolkit/content/inlineSpellCheckUI.js')
-rw-r--r--toolkit/content/inlineSpellCheckUI.js7
1 files changed, 7 insertions, 0 deletions
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();