Files
meteor/packages/fastclick/pre.js
2014-08-16 16:08:30 -07:00

7 lines
194 B
JavaScript

// Define an object named module.exports. This will cause fastclick.js to put
// FastClick as a field on it, instead of in the global namespace.
// See also post.js.
module = {
exports: {}
};