Made tests pass for 'jqueryui'.

This commit is contained in:
Daniel Rosenwasser
2015-08-17 15:04:54 -07:00
parent 379748b491
commit b51f8765a3
3 changed files with 59 additions and 39 deletions
+2 -2
View File
@@ -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({