removed code that created testsuite markup; QUnit handles that

This commit is contained in:
Jörn Zaefferer 2009-09-11 18:31:15 +00:00
parent 4908a27b14
commit 40f75ee65c

View File

@ -1,15 +1,4 @@
$(function() {
$('body').prepend(
'<h1 id="header">' + document.title + '</h1>' +
'<h2 id="banner"></h2>' +
'<h2 id="userAgent"></h2>' +
'<ol id="tests"></ol>'
);
});
function testWidgetDefaults(widget, defaults) { function testWidgetDefaults(widget, defaults) {
var pluginDefaults = $.extend({}, var pluginDefaults = $.extend({},
$.widget.defaults, $.widget.defaults,