Skip to content

Commit

Permalink
hack loadbang
Browse files Browse the repository at this point in the history
  • Loading branch information
Forrest Oliphant committed Jun 14, 2012
1 parent 26252c8 commit c415ca5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@
Meemoo.send("image", context.getImageData(0, 0, canvas.width, canvas.height) );
}

// HACK send one 2s after load
setTimeout(combineDo, 2000);

Meemoo
.setInfo({
title: "circle",
Expand Down
4 changes: 4 additions & 0 deletions rectangle.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
Meemoo.send("image", context.getImageData(0, 0, canvas.width, canvas.height) );
}

// HACK send one 2s after load
setTimeout(combineDo, 2000);


Meemoo
.setInfo({
title: "rectangle",
Expand Down

0 comments on commit c415ca5

Please sign in to comment.