Mani Tadayon
Results
3
issues of
Mani Tadayon
Per the docs, the external text should be an empty string, not `"getContext"`
Inside FormValidator.Inline: BAD: ``` validate: function(field, force){ ... if (!fx && window.Fx && Fx.Scroll){ fx = new Fx.Scroll(par, { transition: 'quad:out', offset: { y: -20 } }); par.store('fvScroller', fx); }...