I hereby claim:
- I am adlenafane on github.
- I am adlen (https://keybase.io/adlen) on keybase.
- I have a public key whose fingerprint is F253 EAA8 DD0E B130 FC82 9F35 38E8 012C D655 70F8
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * ngHandsontable 0.4.0 | |
| * | |
| * Copyright 2012-2014 Marcin Warpechowski | |
| * Licensed under the MIT license. | |
| * https://github.com/handsontable/ngHandsontable | |
| * Date: Wed Oct 01 2014 23:36:56 GMT+0200 (CEST) | |
| */ | |
| if (document.all && !document.addEventListener) { // IE 8 and lower |
Inspired by this article
# grab the latest from origin/master
git pull --rebase origin master
# create your feature branch
git checkout -b 123-wine-validations
Inspired by this article
# grab the latest from upstream/master
git pull --rebase upstream master
# create your feature branch
git checkout -b 123-wine-validations