I hereby claim:
- I am cookatrice on github.
- I am cookatrice (https://keybase.io/cookatrice) on keybase.
- I have a public key ASBjTTQkOwm-Aq1vBeIe_W6bIb-bOcdMQmZ0Gmo-ihv9xgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /** test function doSum */ | |
| function doSum(a,b){ | |
| var result = (a+b) * 3.14; | |
| return result; | |
| } |
| // SweetAlert | |
| // 2014 (c) - Tristan Edwards | |
| // github.com/t4t5/sweetalert | |
| // this is not latest version!!!! | |
| (function(window, document) { | |
| var modalClass = '.sweet-alert', | |
| overlayClass = '.sweet-overlay', | |
| alertTypes = ['error', 'warning', 'info', 'success'], | |
| defaultParams = { |