nyc-bookstores/node_modules/browserify/test/dollar/dollar/index.js
2013-05-27 13:45:59 -07:00

8 lines
87 B
JavaScript

// foo $ bar $ baz
var $ = function (x) {
return x * 100;
};
module.exports = $;