提交 386dd4ef 编写于 作者: T Takahiro

Name inner function of IIFE

上级 092d2c0b
......@@ -143,7 +143,7 @@ Object.assign( PropertyBinding, {
var supportedObjectNames = [ 'material', 'materials', 'bones' ];
return function ( trackName ) {
return function parseTrackName( trackName ) {
var matches = trackRe.exec( trackName );
......
......@@ -525,7 +525,7 @@ Object.assign( JSONLoader.prototype, {
}
return function ( json, texturePath ) {
return function parse( json, texturePath ) {
if ( json.data !== undefined ) {
......
......@@ -20,7 +20,7 @@ var _Math = {
}
return function () {
return function generateUUID() {
var d0 = Math.random() * 0xffffffff | 0;
var d1 = Math.random() * 0xffffffff | 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册