Skip to content

Commit

Permalink
built website from 4e4662c
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Sep 21, 2015
1 parent 4e4662c commit db764c6
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 402 deletions.
2 changes: 1 addition & 1 deletion website/demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ var ContentKitDemo = exports.ContentKitDemo = {
syncCodePane: function(editor) {
var codePaneJSON = document.getElementById('serialized-mobiledoc');
var mobiledoc = editor.serialize();
codePaneJSON.innerText = JSON.stringify(mobiledoc, null, ' ');
$(codePaneJSON).text(JSON.stringify(mobiledoc, null, ' '));

var cards = {
'simple-card': simpleCard,
Expand Down
Loading

0 comments on commit db764c6

Please sign in to comment.