diff --git a/lib/sammy.js b/lib/sammy.js index 761bc4b9..f784d934 100644 --- a/lib/sammy.js +++ b/lib/sammy.js @@ -1097,7 +1097,10 @@ // // // implements a 'fade out'/'fade in' // this.swap = function(content) { - // this.$element().hide('slow').html(content).show('slow'); + // var context = this; + // this.$element().hide('slow', function() { + // context.$element().html(content).show('slow'); + // } // } // // get('#/', function() {