monger/test/resources/mongo/js/mapfun1.js
Michael S. Klishin 4336b6f414 Introduce monger.js/load-resource, a helper that loads JS files from the classpath
Yes, to be used with map/reduce and so on.
2011-10-16 15:54:53 +04:00

3 lines
No EOL
62 B
JavaScript

function() {
emit(this.state, this.price * this.quantity);
}