Skip to content

Commit

Permalink
Removed unused variable from threejs-target example
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchirls committed Oct 13, 2014
1 parent e98dea0 commit e368754
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/demo/threejs-target.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@
<script>
(function () {
// declare our variables
var seriously, // the main object that holds the entire composition
source,
target, // a wrapper object for our target canvas
var seriously,
target,
timedEffects = [],
canvas,
simplex,
Expand Down

0 comments on commit e368754

Please sign in to comment.