Sha256: 351d6ceef53768aa0e6eee9fe12e440194703122874fe16bd3ec64be7bd3b375
Contents?: true
Size: 595 Bytes
Versions: 53
Compression:
Stored size: 595 Bytes
Contents
// ======================================================================== // SC.Validator.Password Base Tests // ======================================================================== /*globals module test ok isObj equals expects */ // htmlbody('<!-- Test Styles -->\ // <form id="form" action="formaction"><input type="password" name="action" value="Test" id="field" maxlength="30"/></form>\ // '); // module("SC.Validator.password"); // // test("Attaching the field to the form", function() { // var a = SC.Validator.Password.attachTo(SC.$("#form"), SC.$('#field')); // alert(a); // });
Version data entries
53 entries across 53 versions & 3 rubygems