From 7ecf2a79d5d054045c01ccd7adb19e71f36c9fe9 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Wed, 16 Oct 2013 15:39:14 -0700 Subject: [PATCH] Add MutationObservers polyfill - Necessary for Polymer/CustomElements#74 --- bin/pull-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pull-all.sh b/bin/pull-all.sh index c4b7a6914..950b8ef65 100755 --- a/bin/pull-all.sh +++ b/bin/pull-all.sh @@ -15,6 +15,7 @@ POLYMER_PATH=${POLYMER_PATH:-"https://github.com/Polymer"} REPOS=( CustomElements HTMLImports + MutationObservers NodeBind PointerEvents PointerGestures