I hereby claim:
- I am rma4ok on github.
- I am rma4ok (https://keybase.io/rma4ok) on keybase.
- I have a public key ASBF6AQ5t3utZ5vCldGOrYBIKMbnCLjTghlEVaUiiZDsVQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
module.exports = function (grunt) { | |
"use strict"; | |
grunt.loadNpmTasks('grunt-bg-shell'); | |
// Project configuration. | |
grunt.initConfig({ | |
bgShell: { | |
watchCoffee: { |
// requestAnimationFrame polyfill by @rma4ok | |
!function (window) { | |
var | |
equestAnimationFrame = 'equestAnimationFrame', | |
requestAnimationFrame = 'r' + equestAnimationFrame, | |
ancelAnimationFrame = 'ancelAnimationFrame', | |
cancelAnimationFrame = 'c' + ancelAnimationFrame, | |
expectedTime = 0, |