summaryrefslogtreecommitdiff
path: root/program/js/googiespell.js
diff options
context:
space:
mode:
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