From fad72db7f77c9ff54a239d3614c29ac2f6de7b12 Mon Sep 17 00:00:00 2001 From: Pete K Date: Thu, 29 Jan 2015 13:30:11 -0500 Subject: [PATCH] Added MutationObserver-shim dependency to bower file --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index ae8b708d9..0ac1d6466 100644 --- a/bower.json +++ b/bower.json @@ -17,7 +17,8 @@ "jquery-placeholder": "~2.0.7", "jquery-color": "~2.1.2", "css-toggle-switch": "~2.1.5", - "bootstrap-file-input": "*" + "bootstrap-file-input": "*", + "MutationObserver-shim": "~0.2.8" }, "resolutions": { "bootstrap": ">=3.0 <4.0"