MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / ctor

Function ctor

MathBox/mathbox-bundle.js:42313–42316  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

42311
42312THREE.Bootstrap.registerPlugin = function (name, spec) {
42313 var ctor = function (options) {
42314 THREE.Bootstrap.Plugin.call(this, options);
42315 this.__name = name;
42316 };
42317 ctor.prototype = _.extend(new THREE.Bootstrap.Plugin(), spec);
42318
42319 THREE.Bootstrap.Plugins[name] = ctor;

Callers 1

baseCloneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected