Skip to content

Commit

Permalink
minor fix to the actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandoam committed May 27, 2012
1 parent 44e76aa commit 83ba153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/test_actions.html
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
var a3 = new chesterGL.MoveAction([0, 100, 0], 1000);
var a4 = a3.reverse();
var a5 = new chesterGL.CallbackAction(function (someBlock) {
console.log("sequence ended: " + someBlock);
$("#wiggle").click();
}, b1);
var seq = new chesterGL.SequenceAction.createSequence(a1, a2, a3, a4, a5);
b1.runAction(seq);

0 comments on commit 83ba153

Please sign in to comment.