mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-17 11:50:22 +08:00
Made tests pass for 'jqueryui'.
This commit is contained in:
@@ -1642,11 +1642,11 @@ function test_tabs() {
|
||||
});
|
||||
$("#tabs").tabs({
|
||||
beforeLoad: function (event, ui) {
|
||||
ui.jqXHR.error(function () {
|
||||
ui.jqXHR.error = function () {
|
||||
ui.panel.html(
|
||||
"Couldn't load this tab. We'll try to fix this as soon as possible. " +
|
||||
"If this wouldn't be a demo.");
|
||||
});
|
||||
};
|
||||
}
|
||||
});
|
||||
$("#tabs").tabs({
|
||||
|
||||
Reference in New Issue
Block a user