Skip to content

Commit

Permalink
fixed demos
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig committed Jul 1, 2019
1 parent 66ca180 commit 6779f64
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 50,601 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
<body>
<div class="title">Example for <a href="https://github.com/davidfig/pixi-ease/">github.com/davidfig/pixi-ease/</a></div>
<pre><code class="javascript" id="code"></code></pre>
<canvas class="view"></canvas>
<script src="index.js"></script>
</body>
2 changes: 1 addition & 1 deletion docs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.js.map

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions docs/speed/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,4 @@ function setupButtons()
buttons.style.left = window.innerWidth / 2 - buttons.offsetWidth / 2 + 'px'
}

window.onload = function ()
{
setup()
}
window.onload = setup
Loading

0 comments on commit 6779f64

Please sign in to comment.