djinn-state-history
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -27,2 +27,3 @@ "use strict"; | ||
_this._unregister = _this._history.listen(_this.__checkRoute); | ||
_this.__checkRoute(_this._history.location, _this._history.action); | ||
}; | ||
@@ -29,0 +30,0 @@ _this.__checkRoute = function (location, action) { |
{ | ||
"name": "djinn-state-history", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Djinn-state history integration", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -15,2 +15,3 @@ import { DjinnService } from 'djinn-state'; | ||
this._unregister = this._history.listen(this.__checkRoute); | ||
this.__checkRoute(this._history.location, this._history.action); | ||
}; | ||
@@ -17,0 +18,0 @@ |
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
25217
501