Fix test.

This commit is contained in:
Ms2ger 2014-03-03 19:04:18 +01:00
parent 87715c14e1
commit bb7db4c948

View file

@ -18,7 +18,7 @@
}); });
should_throw(function() { sel.add(div) }); should_throw(function() { sel.add(div) });
should_throw(function() { sel.add(optgroup, function() {}) }); should_not_throw(function() { sel.add(optgroup, function() {}) });
finish(); finish();
</script> </script>