mirror of
https://github.com/golang/go
synced 2024-11-18 15:24:41 -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:
parent
04d74c081e
commit
f8e922be8e
@ -2,10 +2,6 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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) {
|
function initPlayground(transport) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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,
|
In the absence of any formal way to specify interfaces in JavaScript,
|
||||||
here's a skeleton implementation of a playground transport.
|
here's a skeleton implementation of a playground transport.
|
||||||
|
@ -836,10 +836,6 @@ SUBDIRECTORIES
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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) {
|
function initPlayground(transport) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
@ -944,10 +940,6 @@ function initPlayground(transport) {
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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,
|
In the absence of any formal way to specify interfaces in JavaScript,
|
||||||
here's a skeleton implementation of a playground transport.
|
here's a skeleton implementation of a playground transport.
|
||||||
|
Loading…
Reference in New Issue
Block a user