]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs: Update todo to reference newer ticket.
authorScott González <scott.gonzalez@gmail.com>
Wed, 16 May 2012 23:22:49 +0000 (19:22 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 16 May 2012 23:22:49 +0000 (19:22 -0400)
ui/jquery.ui.tabs.js

index 8a6b2ba2e53adbeab45757fa9d284ff84cf21728..23c6ed58d6445e1d93aa9c035339471ea0f13ae4 100644 (file)
@@ -521,16 +521,16 @@ $.widget( "ui.tabs", {
 
                        this.xhr
                                .success(function( response ) {
-                                       // TODO: IE resolves cached XHRs immediately
-                                       // remove when core #10467 is fixed
+                                       // support: jQuery <1.8
+                                       // http://bugs.jquery.com/ticket/11778
                                        setTimeout(function() {
                                                panel.html( response );
                                                that._trigger( "load", event, eventData );
                                        }, 1 );
                                })
                                .complete(function( jqXHR, status ) {
-                                       // TODO: IE resolves cached XHRs immediately
-                                       // remove when core #10467 is fixed
+                                       // support: jQuery <1.8
+                                       // http://bugs.jquery.com/ticket/11778
                                        setTimeout(function() {
                                                if ( status === "abort" ) {
                                                        that.panels.stop( false, true );