From 6f58e3232dcb317586862d67b47f5f0a2873bf11 Mon Sep 17 00:00:00 2001 From: Ryan Schmukler Date: Thu, 2 Oct 2014 00:45:30 -0400 Subject: [PATCH] feature(bottomSheet): add bottom sheet Closes #277 Closes #369 --- src/core/util/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/util/util.js b/src/core/util/util.js index d05ad69aa6a..6a120fb7a91 100644 --- a/src/core/util/util.js +++ b/src/core/util/util.js @@ -4,7 +4,7 @@ var SPECIAL_CHARS_REGEXP = /([\:\-\_]+(.))/g; var uid = ['0','0','0']; var Util = { - now: window.performance ? angular.bind(performance, performance.now) : Date.now, + now: window.performance ? angular.bind(window['performance'], performance.now) : Date.now, /** * Checks if the specified element has an ancestor (ancestor being parent, grandparent, etc)