in scripts/FriendlyEats.View.js [504:510]
FriendlyEats.prototype.renderPrice = function(price) { var el = this.renderTemplate('price', {}); for (var r = 0; r < price; r += 1) { el.append('$'); } return el; };