From 503a4626f15dbf7e483593ffd93b6f9f982ba3ec Mon Sep 17 00:00:00 2001 From: Curran Date: Thu, 14 Apr 2016 18:18:54 +0530 Subject: [PATCH] Use requestAnimationFrame for digest debounce. Closes #11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0291c06..661792d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "mocha": "^2.4.5" }, "dependencies": { - "reactive-function": "^0.8.0", + "reactive-function": "^0.9.0", "reactive-property": "^0.8.0" } }