organism-react-ajax
Advanced tools
Comparing version 0.16.7 to 0.16.8
@@ -329,3 +329,4 @@ "use strict"; | ||
json: handleUseNewUrl(state, action, rawUrl), | ||
disableAjax: params.disableAjax | ||
disableAjax: params.disableAjax, | ||
scrollBack: params.scrollBack | ||
} | ||
@@ -332,0 +333,0 @@ }); |
@@ -24,3 +24,3 @@ "use strict"; | ||
var _excluded = ["updateUrl", "disableRandom", "component", "href", "ajax", "target", "callback", "errorCallback", "path", "onClick", "onTouchStart"]; | ||
var _excluded = ["updateUrl", "disableRandom", "component", "href", "ajax", "target", "callback", "errorCallback", "scrollBack", "path", "onClick", "onTouchStart"]; | ||
@@ -59,2 +59,3 @@ var getHref = function getHref(_ref) { | ||
errorCallback = props.errorCallback, | ||
scrollBack = props.scrollBack, | ||
path = props.path, | ||
@@ -89,3 +90,4 @@ onClick = props.onClick, | ||
callback: callback, | ||
errorCallback: errorCallback | ||
errorCallback: errorCallback, | ||
scrollBack: scrollBack | ||
}); | ||
@@ -92,0 +94,0 @@ }, [href, callback, errorCallback, updateUrl, disableRandom, ajax]); |
{ | ||
"version": "0.16.7", | ||
"version": "0.16.8", | ||
"name": "organism-react-ajax", | ||
@@ -4,0 +4,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
78419
2394