Skip to content

Instantly share code, notes, and snippets.

@Fannon
Created May 26, 2014 10:29
Show Gist options
  • Save Fannon/16f895db83fc942a9507 to your computer and use it in GitHub Desktop.
Save Fannon/16f895db83fc942a9507 to your computer and use it in GitHub Desktop.
this.$displayEl = $(this.$el.find('.plastic-js-display')[0]);
var html = '<pre class="raw-data">' + JSON.stringify(this.elAttr.data.raw, false, 4) + '</code></pre>';
this.$displayEl.html(html);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment