Bug Tracker

Show
Ignore:
Timestamp:
02/05/08 20:05:23 (10 months ago)
Author:
malsup
Message:

Use core httpData method and fix unit test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/form/test/index.html

    r2234 r4650  
    152152    $('#form1').clearForm(); 
    153153    val = $el.val(); 
    154     ok( '' == val, 'success: ' + val); 
     154    ok( !val, 'success: ' + val); 
    155155}); 
    156156