fix rx long stack trace support

This commit is contained in:
Berkeley Martinez
2015-08-12 11:46:34 -07:00
parent ca01115674
commit e36dd9970a
2 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ const services = new Fetchr({
xhrPath: '/services'
});
Rx.longStackSupport = !!debug.enabled;
Rx.config.longStackSupport = !!debug.enabled;
// returns an observable
app$(history)