I found my own answer. In Spark's version of app.js the reference to bootstrap is replaced by two other "bootstrap" files, but the original bootstrap.js file is not cleaned up.
Probably since the file is included with laravel, they don't remove it, though you're free to reference it yourself if you want. Spark, however, uses its own bootstrap file instead of this one.