summaryrefslogtreecommitdiff
path: root/program/js/googiespell.js
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-05-24 03:49:19 +0000
committersvncommit <devs@roundcube.net>2007-05-24 03:49:19 +0000
commit2c633703e97eb6e7aa7ba840ef86b1fc1bd98ada (patch)
tree39cf2cada6948a447985436c1d6f7f2b512cba20 /program/js/googiespell.js
parent597c09cf972ffb3c4e86adfcd79aa86b0258d3a8 (diff)
upgrade to TinyMCE v2.1.1.1
Diffstat (limited to 'program/js/googiespell.js')
-rw-r--r--[-rwxr-xr-x]program/js/googiespell.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/googiespell.js b/program/js/googiespell.js
index aa729318b..8b9d1cc71 100755..100644
--- a/program/js/googiespell.js
+++ b/program/js/googiespell.js
@@ -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