alecpl
2008-11-05 b8ae5093cc08fc7684aa087fb9dc1ce97fd49f5d
program/js/googiespell.js
old mode 100755 new mode 100644
@@ -1258,7 +1258,7 @@
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