toggle_dots    : function () { if(this.data.themes.dots) { this.hide_dots(); } else { this.show_dots(); } },