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

Minor clean up.

上级 880a87b3
......@@ -33,14 +33,14 @@ if ( Function.prototype.name === undefined && Object.defineProperty !== undefine
Object.defineProperty( Function.prototype, 'name', {
get: function() {
get: function () {
var name = this.toString().match(/^\s*function\s*(\S*)\s*\(/)[1];
return name;
return this.toString().match(/^\s*function\s*(\S*)\s*\(/)[1];
}
});
} );
}
// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent.button
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册