pulsar/spec
Nathan Sobo 5dbdd92e6c When views are attached to dom, trigger 'attach' events
Added this mechanism by augmenting jQuery dom mutation methods. It will
only trigger an event if the element has a truthy value for the
'triggerAttach' data entry. This will allow us to execute actions that
require the view to be physically on the dom at the appropriate time.
2012-01-16 21:15:57 -08:00
..
atom Add window.requireStylesheet 2012-01-16 20:03:48 -08:00
fixtures RootView opens a project for the directory of the url passed to initialize. 2012-01-03 16:01:46 -07:00
stdlib When views are attached to dom, trigger 'attach' events 2012-01-16 21:15:57 -08:00
spec-bootstrap.coffee fdescribe / fit can be used to focus specs manually 2011-12-23 15:38:22 -06:00
spec-helper.coffee Add window.requireStylesheet 2012-01-16 20:03:48 -08:00
spec-suite.coffee Meta+s triggers save on Editor. 2011-12-16 16:30:51 -08:00