aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.js
diff options
context:
space:
mode:
authorIgor Minar2010-11-29 13:19:18 -0800
committerIgor Minar2010-11-29 16:47:13 -0800
commit46091f811b8ec5bfe8ee53c15ef4589cf30dee01 (patch)
tree151f75799cd8f05bb743927b7b6d67e2d5076e48 /docs/docs.js
parentfde2ccb3f563104f5db7df6d330cf8d4b4aa8077 (diff)
downloadangular.js-46091f811b8ec5bfe8ee53c15ef4589cf30dee01.tar.bz2
dual scrolling for docs with custom scrollbars
Diffstat (limited to 'docs/docs.js')
-rw-r--r--docs/docs.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/docs.js b/docs/docs.js
index a475b7b6..7e6c2ac4 100644
--- a/docs/docs.js
+++ b/docs/docs.js
@@ -31,7 +31,6 @@ function DocsController($location, $browser, $window) {
};
this.afterPartialLoaded = function() {
- $window.scroll(0,0);
SyntaxHighlighter.highlight();
};