Richi Novello
|
| Posted: 05/29/2002, 2:57 PM |
|
generated file: functions.js
error description: (contorl instead of control)
bad rows: 105-106
if (typeof(contorl.ccsValidator) == "function")
if (!contorl.ccsValidator())
suggested rows:
if (typeof(control.ccsValidator) == "function")
if (!control.ccsValidator())
Go on guys
Richi Novello
|
|
|
 |
Dave Rexel
|
| Posted: 05/29/2002, 4:53 PM |
|
This error is also in B5
Dave
"Richi Novello" <novello.r@libero.it> wrote in message
news:ad3ird$711$1@news.codecharge.com...
> generated file: functions.js
>
> error description: (contorl instead of control)
> bad rows: 105-106
> if (typeof(contorl.ccsValidator) == "function")
> if (!contorl.ccsValidator())
>
> suggested rows:
> if (typeof(control.ccsValidator) == "function")
> if (!control.ccsValidator())
>
> Go on guys
>
> Richi Novello
>
>
>
|
|
|
 |
Dave Rexel
|
| Posted: 06/06/2002, 2:02 PM |
|
ATTN CCS-developers
This bug is still not fixed in Release v1.0
(was reported here from b4)
extract from functions.js
if (typeof(contorl.ccsValidator) == "function")
if (!contorl.ccsValidator())
Should this not be control.ccsValidator()?
Hope this will be fixed soon.
Greetings
Dave
"Richi Novello" <novello.r@libero.it> wrote in message
news:ad3ird$711$1@news.codecharge.com...
> generated file: functions.js
>
> error description: (contorl instead of control)
> bad rows: 105-106
> if (typeof(contorl.ccsValidator) == "function")
> if (!contorl.ccsValidator())
>
> suggested rows:
> if (typeof(control.ccsValidator) == "function")
> if (!control.ccsValidator())
>
> Go on guys
>
> Richi Novello
>
>
>
|
|
|
 |