missed a semi
This commit is contained in:
parent
284c2da586
commit
53b0b64016
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue