removed debugger
This commit is contained in:
parent
f9be7a946a
commit
1ae1a46580
|
@ -18,9 +18,7 @@ xrf.navigator.to = (url,flags,loader,data) => {
|
|||
let URI
|
||||
|
||||
if( typeof url == 'string' ){
|
||||
debugger
|
||||
URI = xrfragment.URI.toAbsolute( xrf.navigator.URI, url )
|
||||
debugger
|
||||
URI.hash = xrf.navigator.reactifyHash(URI.hash) // automatically reflect hash-changes to navigator.to(...)
|
||||
// decorate with extra state
|
||||
URI.fileChange = URI.file && URI.URN + URI.file != xrf.navigator.URI.URN + xrf.navigator.URI.file
|
||||
|
|
Loading…
Reference in New Issue