]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/js/googiespell.js
Imported Upstream version 0.1~rc2
[roundcube.git] / program / js / googiespell.js
old mode 100755 (executable)
new mode 100644 (file)
index aa72931..8b9d1cc
@@ -1258,7 +1258,7 @@ GoogieSpell.prototype.setLanguages = function(lang_dict) {
 
 GoogieSpell.prototype.decorateTextarea = function(id, /*optional*/spell_container_id, force_width) {
   var me = this;
-  
+
   if(typeof(id) == "string")
     this.text_area = AJS.getElement(id);
   else