mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
removed code that created testsuite markup; QUnit handles that
This commit is contained in:
parent
4908a27b14
commit
40f75ee65c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user