Changeset 4650 for trunk/plugins/form/test/index.html
- Timestamp:
- 02/05/08 20:05:23 (10 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/form/test/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/form/test/index.html
r2234 r4650 152 152 $('#form1').clearForm(); 153 153 val = $el.val(); 154 ok( '' ==val, 'success: ' + val);154 ok( !val, 'success: ' + val); 155 155 }); 156 156
