1
/**
2
* Validator for Gecko Engine
3
*/
4
xq.ValidatorGecko
=
xq.Class
(
xq.ValidatorW3
,
{
5
}
)
;