UNPKG

json-editor

Version:
13 lines (11 loc) 281 B
JSONEditor.defaults.templates.hogan = function() { if(!window.Hogan) return false; return { compile: function(template) { var compiled = window.Hogan.compile(template); return function(context) { return compiled.render(context); }; } }; };