Skip to content

Commit

Permalink
make headjs do proper checks in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ded committed Feb 24, 2011
1 parent fc3279e commit e4dd574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/headjs.html
Expand Up @@ -35,11 +35,11 @@
});

head.js('../vendor/mootools.js', function() {
$('#jquery').html('✓');
document.id('mootools').set('html', '✓');
});

head.js('../vendor/jquery.js', function() {
document.id('mootools').innerHTML = '✓';
$('#jquery').html('✓');
});

head.ready(function() {
Expand Down

0 comments on commit e4dd574

Please sign in to comment.