gecko/toolkit/obsolete/content/inlineSpellCheckUI.js
Neil Rashbrook 68bc2d96b9 Bug 523693 Inline spell checker shouuld be a module r=gavin (new/renamed files)
--HG--
rename : toolkit/content/inlineSpellCheckUI.js => toolkit/content/InlineSpellChecker.jsm
2009-10-28 11:19:03 +00:00

4 lines
128 B
JavaScript

Components.utils.import("resource://gre/modules/InlineSpellChecker.jsm");
var InlineSpellCheckerUI = new InlineSpellChecker();