Skip to content

Commit

Permalink
simplify animations
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoitch committed Aug 28, 2014
1 parent 8e870d6 commit 7ff5fa6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 617 deletions.
1 change: 0 additions & 1 deletion demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ if (editor) {
ContentKitDemo.syncCodePane(editor);
editor.on('update', function(data) {
ContentKitDemo.syncCodePane(this);
console.log(data);
});
}
if (location.hash === '#code') {
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<header>
<h1 class="demo-title">ContentKit Editor</h1>
<div class="mode-buttons">
<button onclick="ContentKitDemo.toggleCodePane()">Toggle Code</button>
<button onclick="ContentKitDemo.toggleCodePane()">Toggle Data</button>
</div>
</header>

Expand Down
Loading

0 comments on commit 7ff5fa6

Please sign in to comment.