mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
7 lines
194 B
JavaScript
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: {}
|
|
};
|