some events refacturing

This commit is contained in:
Mario Vavti
2015-11-18 23:50:42 +01:00
parent 68da4d90dc
commit e4145deeb7
456 changed files with 129080 additions and 6363 deletions

View File

@@ -0,0 +1,10 @@
var Benchmark = require('benchmark'),
moment = require("./../moment.js"),
base = moment('2013-05-25');
module.exports = {
name: 'clone',
onComplete: function(){},
fn: function(){base.clone();},
async: true
};