We need a generic scrolling solution
This commit is contained in:
Michael Schmatz 2014-05-08 11:58:44 -07:00
parent 3819778bee
commit cb5ae5f2f6

View file

@ -38,9 +38,9 @@ module.exports = class RootView extends CocoView
# force the browser to scroll to the hash
# also messes with the browser history, so perhaps come up with a better solution
super()
hash = location.hash
location.hash = ''
location.hash = hash
#hash = location.hash
#location.hash = ''
#location.hash = hash
@renderScrollbar()
#@$('.antiscroll-wrap').antiscroll() # not yet, buggy