From d942d999d5a3caa2be3d8c6dfbe3f65923dd20d9 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 25 May 2016 11:53:52 +0200 Subject: [PATCH] add Proxy polyfill to bower.json --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 0c819e0a4..537fda237 100644 --- a/bower.json +++ b/bower.json @@ -32,6 +32,7 @@ "json.sortify": "~2.1.0", "fabric.js": "fabric#~1.6.0", "hyperjson": "~1.2.2", - "textpatcher": "^1.1.1" + "textpatcher": "^1.1.1", + "proxy-polyfill": "^0.1.5" } }