Sha256: cc44190eb2809e1c2778eda0ba6f78ba4d963e68cbcfbf3b71828bf528213654
Contents?: true
Size: 504 Bytes
Versions: 23
Compression:
Stored size: 504 Bytes
Contents
I"ì(function() { window.mensagem_success = function(str) { return toastr.success(str, 'Sucesso!'); }; window.mensagem_error = function(str) { return toastr.error(str, 'Erro!'); }; window.mensagem_notice = function(str) { return toastr.warning(str, 'Atenção!'); }; window.mensagem_alert = function(str) { return toastr.warning(str, 'Atenção!'); }; window.mensagem_info = function(str) { return toastr.info(str, 'Informação!'); }; }).call(this); :ET
Version data entries
23 entries across 23 versions & 1 rubygems