@ikas/storefront 0.0.167-alpha.13 → 0.0.167-alpha.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.es.js +0 -1
- package/build/index.js +0 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -23614,7 +23614,6 @@ var CheckoutViewModel = /** @class */ (function () {
|
|
|
23614
23614
|
console.log("OUT", window.location.href);
|
|
23615
23615
|
requestAnimationFrame(function () {
|
|
23616
23616
|
console.log("IN", window.location.href);
|
|
23617
|
-
// this.router.reload();
|
|
23618
23617
|
});
|
|
23619
23618
|
setInterval(function () {
|
|
23620
23619
|
console.log("INT", window.location.href);
|
package/build/index.js
CHANGED
|
@@ -23622,7 +23622,6 @@ var CheckoutViewModel = /** @class */ (function () {
|
|
|
23622
23622
|
console.log("OUT", window.location.href);
|
|
23623
23623
|
requestAnimationFrame(function () {
|
|
23624
23624
|
console.log("IN", window.location.href);
|
|
23625
|
-
// this.router.reload();
|
|
23626
23625
|
});
|
|
23627
23626
|
setInterval(function () {
|
|
23628
23627
|
console.log("INT", window.location.href);
|