• Phil Hughes's avatar
    Fix race condition with dispatcher.js · 554afea0
    Phil Hughes authored
    The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
    554afea0