Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Jan 18, 2011
1 parent 1e45fa5 commit d92e43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/zepto.html
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ <h1>Zepto DOM unit tests</h1>

els.attr('disabled', 'definitely');
t.assertEqual(els.attr('disabled'), 'definitely');

els.removeAttr('disabled');
t.assertEqual(els.attr('disabled'), undefined);
},
Expand Down

0 comments on commit d92e43d

Please sign in to comment.