6 lines
72 B
JavaScript
Raw Normal View History

2015-01-29 17:10:49 -08:00
'use strict';
module.exports = function() {
return function() {};
};