aboutsummaryrefslogtreecommitdiff
path: root/static/play
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-06-26 10:14:26 +1000
committerAndrew Gerrand <adg@golang.org>2013-06-26 10:14:26 +1000
commitfb1e5311a38cf68231acbdcef28747e7ba6ee725 (patch)
treea710d61be18c6124b64f3bf9b22ea4e908ecf797 /static/play
parent7bde0643f08c04fa0dbab7bdeb804c1288974195 (diff)
go.blog: remove resize code from blog javascript
(Not relevant here.) R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10580043
Diffstat (limited to 'static/play')
-rw-r--r--static/play/play.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/static/play/play.js b/static/play/play.js
index a30ca74..b6bd939 100644
--- a/static/play/play.js
+++ b/static/play/play.js
@@ -35,14 +35,6 @@
var outpre = document.createElement('pre');
var stopFunc;
- $(output).resizable({
- handles: "n,w,nw",
- minHeight: 27,
- minWidth: 135,
- maxHeight: 608,
- maxWidth: 990
- });
-
function onKill() {
if (stopFunc) {
stopFunc();