Sha256: cabaccb6cfd4edac722cebdcc279f6d4acf088ac9c41245ac45005d8ee075f09

Contents?: true

Size: 284 Bytes

Versions: 69

Compression:

Stored size: 284 Bytes

Contents


    function F(){}

    /**
     * Do fn.apply on a constructor.
     */
    function ctorApply(ctor, args) {
        F.prototype = ctor.prototype;
        var instance = new F();
        ctor.apply(instance, args);
        return instance;
    }

    module.exports = ctorApply;


Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
trusty-festivity-extension-2.3.21 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.20 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.19 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.18 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.17 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.16 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.15 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.14 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.13 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.12 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.11g node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.10 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.9 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.8 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.7 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.6 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.5 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.4 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.3 node_modules/bower/node_modules/mout/lang/ctorApply.js
trusty-festivity-extension-2.3.2 node_modules/bower/node_modules/mout/lang/ctorApply.js