Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debug.js « browser « lib « mocha-3.1.2 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d12160f1acc8421738bdd9d5fcafebe3b00e4eb (plain)
1
2
3
4
5
6
7
'use strict';

function noop () {}

module.exports = function () {
  return noop;
};