From f8e922be8efeabd06a510065ca5836b62fa10b9a Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 1 Oct 2013 12:11:47 +1000 Subject: [PATCH] go.tools/godoc/static: make this the canonical source for playground JS R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/14184043 --- godoc/static/play.js | 4 ---- godoc/static/playground.js | 4 ---- godoc/static/static.go | 8 -------- 3 files changed, 16 deletions(-) diff --git a/godoc/static/play.js b/godoc/static/play.js index 20350fad..7e87460b 100644 --- a/godoc/static/play.js +++ b/godoc/static/play.js @@ -2,10 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This is a copy of present/js/play.js from the repository at -// https://code.google.com/p/go.talks -// Please make changes to that repository. - function initPlayground(transport) { "use strict"; diff --git a/godoc/static/playground.js b/godoc/static/playground.js index 849015d1..bc82c1c6 100644 --- a/godoc/static/playground.js +++ b/godoc/static/playground.js @@ -2,10 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This is a copy of present/js/playground.js from the repository at -// https://code.google.com/p/go.talks -// Please make changes to that repository. - /* In the absence of any formal way to specify interfaces in JavaScript, here's a skeleton implementation of a playground transport. diff --git a/godoc/static/static.go b/godoc/static/static.go index a4649696..ede537b0 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -836,10 +836,6 @@ SUBDIRECTORIES // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This is a copy of present/js/play.js from the repository at -// https://code.google.com/p/go.talks -// Please make changes to that repository. - function initPlayground(transport) { "use strict"; @@ -944,10 +940,6 @@ function initPlayground(transport) { // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This is a copy of present/js/playground.js from the repository at -// https://code.google.com/p/go.talks -// Please make changes to that repository. - /* In the absence of any formal way to specify interfaces in JavaScript, here's a skeleton implementation of a playground transport.