I\'m setting up a pretty simple app with backbone, and I\'m getting an error.
Uncaught TypeError: undefined is not a function example_app.js:7 ExampleApp.ini
[Joke mode on]
You can fix this by adding this:
https://github.com/donavon/undefined-is-a-function
import { undefined } from 'undefined-is-a-function'; // Fixed! undefined is now a function.
[joke mode off]