APP.TOAST = { confirm : function(msg) { APP.toast.push({ theme : 'default', icon : '', msg : msg }); }, error : function(msg) { APP.toast.push({ theme : 'danger', icon : '', msg : msg }); }, success: function(msg) { APP.toast.push({ theme : 'success', icon : '', msg : msg }) } };