missed a semi

This commit is contained in:
Chris Ruppel 2013-01-27 14:23:39 -06:00
parent 284c2da586
commit 53b0b64016

View file

@ -177,7 +177,7 @@ Drone.extend('logojs', function(fg, bg) {
.right().up() .right().up()
.box(fg); .box(fg);
this.move('logojs-start') this.move('logojs-start');
return this; return this;
}); });