aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/robertkrimen/otto/underscore/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/robertkrimen/otto/underscore/README.markdown')
-rw-r--r--Godeps/_workspace/src/github.com/robertkrimen/otto/underscore/README.markdown53
1 files changed, 0 insertions, 53 deletions
diff --git a/Godeps/_workspace/src/github.com/robertkrimen/otto/underscore/README.markdown b/Godeps/_workspace/src/github.com/robertkrimen/otto/underscore/README.markdown
deleted file mode 100644
index bce37b695..000000000
--- a/Godeps/_workspace/src/github.com/robertkrimen/otto/underscore/README.markdown
+++ /dev/null
@@ -1,53 +0,0 @@
-# underscore
---
- import "github.com/robertkrimen/otto/underscore"
-
-Package underscore contains the source for the JavaScript utility-belt library.
-
- import (
- _ "github.com/robertkrimen/otto/underscore"
- )
- // Every Otto runtime will now include underscore
-
-http://underscorejs.org
-
-https://github.com/documentcloud/underscore
-
-By importing this package, you'll automatically load underscore every time you
-create a new Otto runtime.
-
-To prevent this behavior, you can do the following:
-
- import (
- "github.com/robertkrimen/otto/underscore"
- )
-
- func init() {
- underscore.Disable()
- }
-
-## Usage
-
-#### func Disable
-
-```go
-func Disable()
-```
-Disable underscore runtime inclusion.
-
-#### func Enable
-
-```go
-func Enable()
-```
-Enable underscore runtime inclusion.
-
-#### func Source
-
-```go
-func Source() string
-```
-Source returns the underscore source.
-
---
-**godocdown** http://github.com/robertkrimen/godocdown