Sha256: 0713d369fd3e4ae288eee97e2eb506c19c94987ceb31d6ceb9981bb1dc450f7b

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 Bytes

Contents

;(function () {
  poirot._viewFactory = function (template, partials) {
    var compiledTemplate = Hogan.compile(template)
    return function (data) {
      return $(compiledTemplate.render(data, partials))
    }
  }
})()

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
nulogy-poirot-0.2.4.1 vendor/assets/javascripts/poirot-hogan/poirot-hogan.js
poirot-0.2.4 vendor/assets/javascripts/poirot-hogan/poirot-hogan.js
poirot-0.2.3 vendor/assets/javascripts/poirot-hogan/poirot-hogan.js
poirot-0.2.2 vendor/assets/javascripts/poirot-hogan/poirot-hogan.js
poirot-0.2.1 vendor/assets/javascripts/poirot-hogan/poirot-hogan.js
poirot-0.2.0 vendor/assets/javascripts/poirot-hogan/poirot-hogan.js