UNPKG

json-editor

Version:
12 lines (10 loc) 245 B
JSONEditor.defaults.templates.mustache = function() { if(!window.Mustache) return false; return { compile: function(template) { return function(view) { return window.Mustache.render(template, view); }; } }; };