Sha256: aaf62a91ca5c5f3154a18ba5ab24c4e7f8035e742c9942c8dc62d27e603edb44
Contents?: true
Size: 983 Bytes
Versions: 33
Compression:
Stored size: 983 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== // ======================================================================== // 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
33 entries across 33 versions & 1 rubygems