blob: 8715b73e4f9a3359a1cd6fae3cce0033c1bf958a [file] [log] [blame]
jsondump = (json, state) ->
pre = new HTML('pre', { style: { whiteSpace: 'pre-wrap'}})
pre.inject(JSON.stringify(json, null, 2))
state.widget.inject(pre, true)