Fixed undeclared variable in tag list presenter
This commit is contained in:
parent
cff64adbf4
commit
2ffd109c1c
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ App.Presenters.TagListPresenter = function(
|
|||
pagerPresenter,
|
||||
topNavigationPresenter) {
|
||||
|
||||
var KEY_RETURN = 13;
|
||||
|
||||
var $el = jQuery('#content');
|
||||
var $searchInput;
|
||||
var templates = {};
|
||||
|
|
Loading…
Reference in a new issue