Fix JavaScript error in IE8 when viewing documentation.

This commit is contained in:
Andrew Dupont 2009-04-08 00:28:40 -05:00
parent f0872c96a6
commit 37bdd117a0
1 changed files with 2 additions and 0 deletions

View File

@ -309,6 +309,8 @@ Form.GhostedField = Class.create({
this.element = $(element);
this.title = title;
options = options || {};
this.isGhosted = true;
if (options.cloak) {