toggleVisible: function()

in js/views/todo-view.js [58:60]


		toggleVisible: function () {
			this.$el.toggleClass('hidden', this.isHidden());
		},