index.js (146B)
1 2 module.exports = function(a, b){ 3 var fn = function(){}; 4 fn.prototype = b.prototype; 5 a.prototype = new fn; 6 a.prototype.constructor = a; 7 };
twitst4tztwitter statistics web application | |
Log | Files | Refs | README | LICENSE |