I hereby claim:
- I am jiraffe on github.
- I am jiraffe (https://keybase.io/jiraffe) on keybase.
- I have a public key ASCgvy1y58jxW0qkRh42cVtwYQQu3PxGtYfF0i5xDBmBOAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
### Keybase proof | |
I hereby claim: | |
* I am jiraffe on github. | |
* I am jiraffe (https://keybase.io/jiraffe) on keybase. | |
* I have a public key ASCgvy1y58jxW0qkRh42cVtwYQQu3PxGtYfF0i5xDBmBOAo | |
To claim this, I am signing this object: |
@echo off | |
rem ------------------------------------------------------------- | |
rem Remove npm pkg for project. | |
rem ------------------------------------------------------------- | |
@setLocal EnableExtensions EnableDelayedExpansion | |
cd %~dp0 | |
cd ..\ |
/** | |
* Extend function copied from jQuery and maded to work standalone | |
* | |
*/ | |
var Lib = Lib || {}; | |
Lib.Extend = function() { | |
var src, copyIsArray, copy, name, options, clone, | |
target = arguments[0] || {}, |