erictgrubaugh
define(["../lib/lodash.min"], function (_) { function getInputData() { // ... return _.groupBy(...); } }