update shared components

This commit is contained in:
Luke Pulverenti 2016-05-17 13:44:17 -04:00
parent 30db5a009c
commit 489dc97aab
33 changed files with 368 additions and 212 deletions

View file

@ -264,7 +264,7 @@ define(['browser'], function (browser) {
currentUrls = [];
}
if (enableAnimation() && !browser.animate) {
if (enableAnimation() && !document.documentElement.animate) {
require(['webAnimations']);
}