UNPKG

the-tramp

Version:

Chaplin.js on Node.js. Use it for performance boosts, SEO, re-usability.

10 lines (6 loc) 196 B
_ = require 'underscore' module.exports = (view) -> attributes = view.getAttributes() return _.inject(attributes, (memo, value, key) -> memo += " " + key + "=\"" + value + "\"" , "")