Gazebo_simulation-Frontend/node_modules/raf/window.js
2020-12-21 10:29:31 -05:00

6 lines
69 B
JavaScript

try {
module.exports = window
} catch(e) {
module.exports = {}
}