This commit is contained in:
Nathan Gray 2011-08-17 17:48:39 +00:00
parent d20c38b3d0
commit abf37487b8

View File

@ -195,7 +195,7 @@ var et2_DOMWidget = et2_widget.extend(et2_IDOMNode, {
var node = this.getDOMNode();
if (node)
{
this.diabled = _value;
this.disabled = _value;
if (_value)
{