Gazebo_simulation-Frontend/node_modules/raf/window.js

6 lines
69 B
JavaScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
try {
module.exports = window
} catch(e) {
module.exports = {}
}