mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
68bc2d96b9
--HG-- rename : toolkit/content/inlineSpellCheckUI.js => toolkit/content/InlineSpellChecker.jsm
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
Components.utils.import("resource://gre/modules/InlineSpellChecker.jsm");
|
|
|
|
var InlineSpellCheckerUI = new InlineSpellChecker();
|