Forked version of otto so we can support lowerCased methods

pull/84/head
obscuren 11 years ago
parent 4198969302
commit de1dfae717
  1. 2
      ethereum/javascript_runtime.go
  2. 2
      ethereum/repl.go
  3. 2
      ethereum/repl_darwin.go

@ -6,7 +6,7 @@ import (
"github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethchain"
"github.com/ethereum/eth-go/ethpub" "github.com/ethereum/eth-go/ethpub"
"github.com/ethereum/eth-go/ethutil" "github.com/ethereum/eth-go/ethutil"
"github.com/robertkrimen/otto" "github.com/obscuren/otto"
) )
type JSRE struct { type JSRE struct {

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"github.com/ethereum/eth-go" "github.com/ethereum/eth-go"
"github.com/ethereum/eth-go/ethpub" "github.com/ethereum/eth-go/ethpub"
"github.com/robertkrimen/otto" "github.com/obscuren/otto"
) )
type Repl interface { type Repl interface {

@ -8,7 +8,7 @@ package main
import "C" import "C"
import ( import (
"github.com/robertkrimen/otto" "github.com/obscuren/otto"
"strings" "strings"
"unsafe" "unsafe"
) )

Loading…
Cancel
Save