Hi,
In my effort to migrate from 8.0 to 8.2p (2011-01-16), I found the DateItem component
has a syntax error in its definition @ line #1714 - #1717 ...
There's a dangling/redundant comma in that module's definition.
Has this been reported/fixed in a subsequent build of 8.2p ? If not, can someone please look into it ?
Thanks,
In my effort to migrate from 8.0 to 8.2p (2011-01-16), I found the DateItem component
has a syntax error in its definition @ line #1714 - #1717 ...
There's a dangling/redundant comma in that module's definition.
Code:
_shouldAllowExpressions : function () { if (this.useTextField) { return this.Super("_shouldAllowExpressions", arguments); } else { return false; } }, //>EditMode dynamically changing useTextField , propertyChanged : function (propertyName) { if (propertyName == "useTextField" || propertyName == "useMask") this.setItems(); } //<EditMode
Thanks,
Comment