为了账号安全,请及时绑定邮箱和手机立即绑定

[About ES5]What's diff btw these two functions

[About ES5]What's diff btw these two functions

茅侃侃 2019-02-06 18:46:23
var a1 = function (args) {};var a2 = function b (args) {};More explicit example about using the lib Three.js:a1cljs_exp.core.particleRender = (function cljs_exp$core$particleRender(context){  context.beginPath();  ...  return context.fill();});a2cljs_exp.core.particleRender = (function(context) {  context.beginPath();  ...   return context.fill();});And parse the param a1 or a2, will get different result.var material_11537 = (new THREE.ParticleCanvasMaterial((function() {  var obj11536 = {    "color": cljs_exp.core.getRandomColor.call(null),    "program": ** * cljs_exp.core.particleRender ** *  };  return obj11536;})()));
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 427 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信