Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 27, 2016
1 parent ed49a9f commit a1e3306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scroll-behavior/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const scrollBehavior = (to, from, savedPosition) => {
// savedPosition is only available for popstate navigations.
return savedPosition
} else {
let position = {}
const position = {}
// new navigation.
// scroll to anchor by returning the selector
if (to.hash) {
Expand Down

0 comments on commit a1e3306

Please sign in to comment.