rc-pagination
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -37,3 +37,3 @@ 'use strict'; | ||
'a', | ||
null, | ||
{ title: props.page }, | ||
props.page | ||
@@ -40,0 +40,0 @@ ) |
@@ -34,3 +34,3 @@ 'use strict'; | ||
['render', '_handleChange', '_handleKeyUp', '_handleKeyDown', '_changePageSize', '_isValid', '_prev', '_next', '_hasPrev', '_hasNext', '_jumpPrev', '_jumpNext', '_canJumpPrev', '_canJumpNext'].map(function (method) { | ||
['render', '_handleChange', '_handleKeyUp', '_handleKeyDown', '_changePageSize', '_isValid', '_prev', '_next', '_hasPrev', '_hasNext', '_jumpPrev', '_jumpNext', '_canJumpPrev', '_canJumpNext'].forEach(function (method) { | ||
return _this[method] = _this[method].bind(_this); | ||
@@ -37,0 +37,0 @@ }); |
{ | ||
"name": "rc-pagination", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "pagination ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27345