Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "ric", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "requestIdleCallback polyfill", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -90,2 +90,3 @@ /** | ||
window.requestIdleUICallback = applyPolyfill(); | ||
window.requestIdleCallback = window.requestIdleCallback || applyPolyfill(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22245
77
5