Files
mostlymatter/webapp
Chris Duarte 670234dc66 Fix Cannot read property "window" of undefined (#4872)
I have no good way of testing this without enterprise code to build, but with SAML enabled on our build we get an error on line 1 of a js bundle.

```
Cannot read property 'window' of undefined
```

Looking through the bundles that are being loaded, I noticed that this controller looked interesting. And I noticed there was one call to window that did not reference `global` and it was only when SAML was enabled. So it seems to match like a good puzzle piece. 

Happy to get some help debugging this if I'm totally wrong in this.
2016-12-22 08:45:56 -05:00
..
2016-07-19 12:28:04 -04:00
2016-03-16 18:02:55 -04:00
2016-11-17 12:02:16 -05:00
2016-10-27 09:10:05 -04:00