pulsar/spec
Kevin Sawicki b786bcc774 Store views that don't implement setModel() by their item
Previously viewForItem() would create a new view each time it was called
with an item whose view did not implement setModel() even if a view for that
item already existed in the pane.

Now a WeakMap is used to map items to their view so they can be reused
and cleaned up even when the view does not implement setModel().
2013-07-02 09:41:46 -07:00
..
app Store views that don't implement setModel() by their item 2013-07-02 09:41:46 -07:00
fixtures Remove logging of pid 2013-06-17 12:11:26 -07:00
stdlib Don't call realpathSync for non-existent directory 2013-07-01 13:23:47 -07:00
atom-reporter.coffee Fix jasmine styling 2013-04-15 20:45:55 -06:00
jasmine-helper.coffee Use path.extname() instead of fsUtils.extension() 2013-06-12 15:43:58 -07:00
spec-bootstrap.coffee Remove hash params from url 2013-06-11 11:17:16 -07:00
spec-helper.coffee Delete atom.windowState in global afterEach 2013-06-28 04:39:31 -06:00
spec-suite.coffee Rename listTree() to listTreeSync() 2013-06-12 18:26:44 -07:00
time-reporter.coffee Use node's require instead of internal require 2013-03-12 10:38:05 -07:00