1
0
mirror of https://github.com/golang/go synced 2024-11-18 15:04:44 -07:00

go.tools/godoc/static: make this the canonical source for playground JS

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/14184043
This commit is contained in:
Andrew Gerrand 2013-10-01 12:11:47 +10:00
parent 04d74c081e
commit f8e922be8e
3 changed files with 0 additions and 16 deletions

View File

@ -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";

View File

@ -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.

View File

@ -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.