Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 21709db

Browse files
committed
debugging something
1 parent 8e8cce4 commit 21709db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/views/homeVw.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ module.exports = pageVw.extend({
7676
},
7777

7878
restoreScrollPosition: function(opts) {
79-
var splitRoute = opts.route.split('/'),
80-
routeSearchText = splitRoute[2] || '',
81-
cachedSearchText = this.searchItemsText || '';
79+
var splitRoute = opts.route.split('/');
80+
// routeSearchText = splitRoute[2] || '',
81+
// cachedSearchText = this.searchItemsText || '';
8282

8383
if (splitRoute[1] === this.state) {
8484
return true;

0 commit comments

Comments
 (0)