I hereby claim:
- I am davearel on github.
- I am davearel (https://keybase.io/davearel) on keybase.
- I have a public key whose fingerprint is 9813 EAFD 55F6 D8C4 75C9 24E2 6EC7 4AB1 61D9 7599
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| define([ | |
| // jquery core is always required | |
| 'jquery/core', | |
| // jquery utilities | |
| 'jquery/ajax', | |
| 'jquery/data' | |
| ], function(jq, ajax, data) { |
| var forEach = function(list, callback, ctx) { | |
| return Array.prototype.forEach.call(list, callback, ctx); | |
| }; |