Forked version of otto so we can support lowerCased methods
This commit is contained in:
@ -8,7 +8,7 @@ package main
|
||||
import "C"
|
||||
|
||||
import (
|
||||
"github.com/robertkrimen/otto"
|
||||
"github.com/obscuren/otto"
|
||||
"strings"
|
||||
"unsafe"
|
||||
)
|
||||
|
Reference in New Issue
Block a user