fix rx long stack trace support
This commit is contained in:
@@ -16,7 +16,7 @@ const services = new Fetchr({
|
||||
xhrPath: '/services'
|
||||
});
|
||||
|
||||
Rx.longStackSupport = !!debug.enabled;
|
||||
Rx.config.longStackSupport = !!debug.enabled;
|
||||
|
||||
// returns an observable
|
||||
app$(history)
|
||||
|
Reference in New Issue
Block a user