good morning!!!!

Skip to content
Snippets Groups Projects
Commit de1dfae7 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Forked version of otto so we can support lowerCased methods

parent 41989693
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ import (
"github.com/ethereum/eth-go/ethchain"
"github.com/ethereum/eth-go/ethpub"
"github.com/ethereum/eth-go/ethutil"
"github.com/robertkrimen/otto"
"github.com/obscuren/otto"
)
type JSRE struct {
......
......@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/ethereum/eth-go"
"github.com/ethereum/eth-go/ethpub"
"github.com/robertkrimen/otto"
"github.com/obscuren/otto"
)
type Repl interface {
......
......@@ -8,7 +8,7 @@ package main
import "C"
import (
"github.com/robertkrimen/otto"
"github.com/obscuren/otto"
"strings"
"unsafe"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment