![]() It seems that directly setting location.hash directly doesn't play nice
with Ember.js URL handling - using it to handle line numbers results in
weird bugs (URL stops being updated after setting hash manually).
This commit gets back to using window.history.pushState() which was
changed to direct hash manipulation in
|
||
---|---|---|
.. | ||
adapter.coffee | ||
ajax.coffee | ||
chunk_buffer.coffee | ||
expandable_record_array.coffee | ||
instrumentation.coffee | ||
limited_array.coffee | ||
lines_selector.coffee | ||
location.coffee | ||
model.coffee | ||
ordered_log.coffee |