svncommit
2007-05-23 2c633703e97eb6e7aa7ba840ef86b1fc1bd98ada
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