pulsar/spec/fixtures/packages/package-that-throws-on-activate
Kevin Sawicki fd9f3d6543 Don't serialize packages unless the main module was activated
The settings-view activates the config for each package before it renders
causing the main module to be required in order to call activateConfig().
This was causing serialize to be called when the window state was being
saved which was incorrect since activate hadn't actually been called even
though the main module was required.
2013-08-29 14:48:42 -07:00
..
index.coffee Don't serialize packages unless the main module was activated 2013-08-29 14:48:42 -07:00