~ubuntu-branches/ubuntu/raring/mozvoikko/raring

« back to all changes in this revision

Viewing changes to components/MozVoikko2.js

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-01-13 11:38:44 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120113113844-3q2kaf3ve8awjw1q
Tags: 2.0.1-0ubuntu1
* New upstream release 2.0.1
  - Fixes LP: #914706 - can't select any other spell-check language in
    Firefox with mozvoikko installed

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
 
281
281
    set dictionary(dict)
282
282
    {
 
283
        if (dict != "fi_FI")
 
284
        {
 
285
            throw "mozvoikko2: dictionary '" + dict + "' is not supported by this component (but may be supported by others)";
 
286
        }
283
287
    },
284
288
 
285
289
    get providesPersonalDictionary()