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:
| // 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 = { |
| /** test function doSum */ | |
| function doSum(a,b){ | |
| var result = (a+b) * 3.14; | |
| return result; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "install": { | |
| "base": "./src/main/webapp/resources/bowerAssets/", | |
| "path": { | |
| "css": "css", | |
| "js": "js", | |
| "woff": "fonts", | |
| "woff2": "fonts", | |
| "eot": "fonts", | |
| "svg": "fonts", |
| { | |
| "install": { | |
| "base": "./src/main/webapp/resources/bowerAssets/", | |
| "path": { | |
| "css": "{name}/css", | |
| "js": "{name}/js", | |
| "woff": "{name}/fonts", | |
| "woff2": "{name}/fonts", | |
| "eot": "{name}/fonts", | |
| "svg": "{name}/fonts", |
| function toBoolean(value) { | |
| if (typeof value === 'function') { | |
| value = true; | |
| } else if (value && value.length !== 0) { | |
| var v = lowercase("" + value); | |
| value = !(v == 'f' || v == '0' || v == 'false' || v == 'no' || v == 'n' || v == '[]'); | |
| } else { | |
| value = false; | |
| } | |
| return value; |
| body > button { | |
| margin: 2% 10%; | |
| width: 200px; | |
| height: 41px; | |
| cursor: pointer; | |
| font-size: 1.2em; | |
| display: block; | |
| } | |
| .todoStatus { |
| license: mit |
| license: mit |
| license: mit |