Remove useless white space in docs.js

This commit is contained in:
AhyoungRyu 2016-06-13 00:19:45 -07:00
parent ff614a2565
commit 8fa7fd65b7

View file

@ -120,5 +120,5 @@ $(function() {
// Scroll now too in case we had opened the page on a hash, but wait a bit because some browsers
// will try to do *their* initial scroll after running the onReady handler.
$(window).load(function() { setTimeout(function() { maybeScrollToHash(); }, 25); });
$(window).load(function() { setTimeout(function() { maybeScrollToHash(); }, 25); });
});