提交 fb4887aa 编写于 作者: M Mr.doob

Object.defineProperty is only missing in IE8.

上级 4fddb139
......@@ -38,7 +38,7 @@ if ( Math.sign === undefined ) {
}
if ( Function.prototype.name === undefined && Object.defineProperty !== undefined ) {
if ( Function.prototype.name === undefined ) {
// Missing in IE9-11.
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册