Created
May 26, 2014 10:29
-
-
Save Fannon/16f895db83fc942a9507 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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