Diff for /loncom/html/adm/spellcheck/js/jquery.spellchecker.js between versions 1.1 and 1.2

version 1.1, 2012/08/28 10:18:44 version 1.2, 2012/09/24 10:31:45
Line 56 Line 56
  self.hideBox();   self.hideBox();
  });   });
  },   },
    option : function(newopts) {
       for (optname in newopts) {
           this.options[optname] = newopts[optname];
       }
       return this;
       },
   
  // checks a chunk of text for bad words, then either shows the words below the original element (if texarea) or highlights the bad words   // checks a chunk of text for bad words, then either shows the words below the original element (if texarea) or highlights the bad words
  check : function(callback){   check : function(callback){

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>