(/* [class, text]+ */)
| 53 | var module; |
| 54 | (module||{}).exports = renderjson = (function() { |
| 55 | var themetext = function(/* [class, text]+ */) { |
| 56 | var spans = []; |
| 57 | while (arguments.length) |
| 58 | spans.push(append(span(Array.prototype.shift.call(arguments)), |
| 59 | text(Array.prototype.shift.call(arguments)))); |
| 60 | return spans; |
| 61 | }; |
| 62 | var append = function(/* el, ... */) { |
| 63 | var el = Array.prototype.shift.call(arguments); |
| 64 | for (var a=0; a<arguments.length; a++) |