Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate possibility of 'window is undefined' during travis test
A recurring problem during travis tests is that global variable `window` can get reset while `Network` tests using a mock canvas object are running. This issue has been adressed several times, but it still happens. This PR reduces the possibility of it happening again to a minimum. PR's affected by this issue should be merged with this fix and re-submitted. At time of writing, these are: - almende#3402 - almende#3405 - almende#3399 Chances are it will occur sporadically for other PR's as well. Labelling this `High Priority` because it indrectly affects unrelated PR's.
- Loading branch information