我总是在Firefox(3.6.14)中得到以下异常:
TypeError: Object.create is not a function
Run Code Online (Sandbox Code Playgroud)
这非常令人困惑,因为我非常确定它是一个功能,并且代码在Chrome上按预期工作.
负责此行为的代码行如下:
Object.create( Hand ).init( cardArr );
Object.create( Card ).init( value, suit );
Run Code Online (Sandbox Code Playgroud)
如果有人想看到所有代码,它来自扑克图书馆gaga.js:https://github.com/SlexAxton/gaga.js
也许有人知道如何让它在Firefox中运行?