addAll: function()

in js/views/app-view.js [84:87]


		addAll: function () {
			this.$list.html('');
			app.todos.each(this.addOne, this);
		},