lib/godoc: convert indentation to tabs.

R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/7497048
This commit is contained in:
Oling Cat 2013-03-19 09:40:57 -04:00 committed by Russ Cox
parent 51f14a9fe2
commit 7023a5d197
1 changed files with 10 additions and 10 deletions

View File

@ -252,7 +252,7 @@ $(document).ready(function() {
var resize = function() { var resize = function() {
code.height(0); code.height(0);
var h = code[0].scrollHeight; var h = code[0].scrollHeight;
code.height(h+20); // minimize bouncing code.height(h+20); // minimize bouncing.
code.closest('.input').height(h); code.closest('.input').height(h);
}; };
code.on('keydown', resize); code.on('keydown', resize);