Skip to content

Commit

Permalink
Added 'Quad X 1234' model back into model list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Oct 11, 2016
1 parent 30857b7 commit bcb2831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ var mixerList = [
{name: 'A-tail Quad', model: 'quad_atail', image: 'atail_quad'},
{name: 'Custom', model: 'custom', image: 'custom'},
{name: 'Custom Airplane', model: 'custom', image: 'custom'},
{name: 'Custom Tricopter', model: 'custom', image: 'custom'}
{name: 'Custom Tricopter', model: 'custom', image: 'custom'},
{name: 'Quad X 1234', model: 'quad_x', image: 'quad_x'}
];


Expand Down

0 comments on commit bcb2831

Please sign in to comment.