Commit ae539e51 authored by Stas SUȘCOV's avatar Stas SUȘCOV

Correct the order of the clear button view append.

parent 59d518ac
......@@ -90,8 +90,8 @@ define('app/controllers/todos', [
this.get( 'markAllChkbox' ).appendTo( '#main' );
this.get( 'itemsView' ).appendTo( '#main' );
this.get( 'statsView' ).appendTo( '#footer' );
this.get( 'clearBtnView' ).appendTo( '#footer' );
this.get( 'filtersView' ).appendTo( '#footer' );
this.get( 'clearBtnView' ).appendTo( '#footer' );
}
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment