pulsar/benchmark
Nathan Sobo b71fa308a3 Always run window.startup when window.coffee is required
When we actually want to attach the root view in window-bootstrap.coffee, we call `window.attachRootView(path)` instead of calling `window.startup(path)`. Having `startup` called automatically means we can be sure any code we add there runs in every environment (including benchmark and specs). This is where we do things like setup the global keymap, parse text mate bundles and themes, and establish the window close handler. Any globals other than the root view that we want to be available in all environments should be established here. Right now that's just the keymap, but soon I want to add a global pasteboard.
2012-10-24 12:34:45 -06:00
..
fixtures Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
benchmark-bootstrap.coffee Require atom.coffee in spec-bootstrap and benchmark-bootstrap 2012-08-30 11:26:31 -06:00
benchmark-helper.coffee Always run window.startup when window.coffee is required 2012-10-24 12:34:45 -06:00
benchmark-suite.coffee Always run window.startup when window.coffee is required 2012-10-24 12:34:45 -06:00