UNPKG

json-editor

Version:
12 lines (10 loc) 241 B
JSONEditor.defaults.templates.underscore = function() { if(!window._) return false; return { compile: function(template) { return function(context) { return window._.template(template, context); }; } }; };