Fixup debugger ref left in Dispatcher.

This commit is contained in:
Bryce Johnson 2016-09-08 16:17:36 +02:00
parent b93ca73e22
commit 37b3cac42c
2 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@
Dispatcher.prototype.initSearch = function() {
// Only when search form is present
if ($('.search').length) {
debugger;
return new gl.SearchAutocomplete();
}
};