Messed around with API document: Improved layout, removed animation, added <Content...
[jquery.git] / build / docs / js / pager.js
index 12755aa..8370bef 100644 (file)
@@ -102,7 +102,7 @@ $.fn.pager = function(step) {
           .addClass("cur");
 
       pagedUI.empty().append(
-        jQuery.merge( rows, [] ).slice( s, s + e )
+        jQuery.makeArray( rows ).slice( s, s + e )
       );
 
       return false;