Forked version of otto so we can support lowerCased methods

This commit is contained in:
obscuren
2014-05-20 17:49:12 +02:00
parent 4198969302
commit de1dfae717
3 changed files with 3 additions and 3 deletions

View File

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