Fix JavaScript error in IE8 when viewing documentation.
This commit is contained in:
parent
f0872c96a6
commit
37bdd117a0
|
@ -309,6 +309,8 @@ Form.GhostedField = Class.create({
|
|||
this.element = $(element);
|
||||
this.title = title;
|
||||
|
||||
options = options || {};
|
||||
|
||||
this.isGhosted = true;
|
||||
|
||||
if (options.cloak) {
|
||||
|
|
Loading…
Reference in New Issue