in app, send location.href on init (fixes #352)
This commit is contained in:
parent
215013e7c8
commit
63a6bf2cb8
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ Ox.App = function(options) {
|
||||||
history: {
|
history: {
|
||||||
length: history.length
|
length: history.length
|
||||||
},
|
},
|
||||||
|
location: {
|
||||||
|
href: location.href
|
||||||
|
},
|
||||||
navigator: {
|
navigator: {
|
||||||
cookieEnabled: navigator.cookieEnabled,
|
cookieEnabled: navigator.cookieEnabled,
|
||||||
plugins: Ox.makeArray(navigator.plugins).map(function(plugin) {
|
plugins: Ox.makeArray(navigator.plugins).map(function(plugin) {
|
||||||
|
|
Loading…
Reference in a new issue